Skip to content

Commit b0fbfbc

Browse files
committed
improve some comments
1 parent 19a31d6 commit b0fbfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pugixml.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
// If C++ is 2011 or higher, add 'constexpr' qualifiers to constants
154154
// If C++ is 2017 or higher, add 'inline' qualifiers to constants
155-
// required for C++20 module
155+
// inline constexpr required for C++20 module
156156
#ifndef PUGIXML_CONSTANT
157157
# if __cplusplus >= 201703
158158
# define PUGIXML_CONSTANT inline PUGIXML_CONSTEXPR11

0 commit comments

Comments
 (0)