We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a31d6 commit b0fbfbcCopy full SHA for b0fbfbc
src/pugixml.hpp
@@ -152,7 +152,7 @@
152
153
// If C++ is 2011 or higher, add 'constexpr' qualifiers to constants
154
// If C++ is 2017 or higher, add 'inline' qualifiers to constants
155
-// required for C++20 module
+// inline constexpr required for C++20 module
156
#ifndef PUGIXML_CONSTANT
157
# if __cplusplus >= 201703
158
# define PUGIXML_CONSTANT inline PUGIXML_CONSTEXPR11
0 commit comments