Hello! There is a little warning in AbstractStringAppender.cpp:287:
'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register]
register char c = info.at(pos);
^~~~~
I would improve this, but don't know what is 'register' for.
Hello! There is a little warning in AbstractStringAppender.cpp:287: 'register' storage class specifier is deprecated and incompatible with C++1z [-Wdeprecated-register] register char c = info.at(pos); ^
~~~~I would improve this, but don't know what is 'register' for.
clang 3.8.0