like using better

This commit is contained in:
Chris Marsh 2017-07-25 13:56:56 -07:00
parent 7dcc2d45e3
commit 211350604b

View file

@ -88,7 +88,7 @@ public:
// wonder why this isn't a thing already, maybe I missed it
class DirectStringBuffer {
public:
typedef typename char Ch;
using Ch = char;
char* buffer_;
char* end_;
char* current_;