utf.hpp
utf.hpp copied to clipboard
allow C++11 compilation, fix post-increment operator
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.