From 377a2a91fd5ca882154d2486fe8a5116efa2f1ec Mon Sep 17 00:00:00 2001 From: halx99 Date: Wed, 5 Oct 2022 10:58:55 +0800 Subject: [PATCH] c++20 compiler support --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 7704a9a..f3b78a7 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -55,8 +55,8 @@ (defined(_MSVC_LANG) && (_MSVC_LANG > 201703L)))) # ifdef PUGI_CXX_STD # undef PUGI_CXX_STD +# endif # define PUGI_CXX_STD 20 -# endif // C++20 features macro #endif // C++20 features check #if !defined(PUGI_CXX_STD)