utf.hpp icon indicating copy to clipboard operation
utf.hpp copied to clipboard

allow C++11 compilation, fix post-increment operator

Open madronalabs opened this issue 4 years ago • 0 comments

I'm using C++11 here still, and remove_const_t is only defined in C++14. I think this statement should be the same.

Also the post-increment operator was not compiling successfully.

madronalabs avatar Sep 13 '20 23:09 madronalabs