xml2json
xml2json copied to clipboard
Implement compatibility with C++17/20
The code is not compatible anymore with C++17, I have to use _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING to compile it. C++20 will not compile at all anymore. Can we expect an update to make the source compatible with C++20? Or is there somewhere else a newer version available?