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

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

Open randyjonesworld opened this issue 5 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.

randyjonesworld avatar Sep 13 '20 23:09 randyjonesworld