Nemanja Trifunovic
Nemanja Trifunovic
The library is older than git submodules and GitHub so fitting into that eco-system was never a goal. That said, what's wrong with #include ?
Apparently, the requested change would make existing users' builds break.
Planned for release 4.0. Thanks for the proposal.
Fixed in release 4.0.0
You definitely don't have the latest version. unchecked.h:179 that causes the problem in your code looks like: class iterator : public std::iterator { That code does not exist anymore. Here...
I just looked at https://github.com/nemtrif/utfcpp/archive/refs/tags/v3.2.2.zip and it is fine. What download exactly do you use?
Can you extract that file into a new directory, open file unchecked.h and look for the line that causes the warning: class iterator : public std::iterator {
Long story short you have an old version of the code. I just looked at your repository and it is obvious. You don't even have all the files from recent...