xml2json icon indicating copy to clipboard operation
xml2json copied to clipboard

Implement compatibility with C++17/20

Open zoenie123 opened this issue 2 years ago • 0 comments

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?

zoenie123 avatar May 02 '22 11:05 zoenie123