Is pugixml compatible with C++ 20 standard? #632
KonstantinMoiseew
started this conversation in
General
Replies: 1 comment
-
It should be compatible (as in, you should not see any issues), but you will not see any changes in behavior either as no C++20 features are being used or exposed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it worth compiling a project with pugixml included and with C++20 features enabled?
Beta Was this translation helpful? Give feedback.
All reactions