Skip to content

Commit

Permalink
improve some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Oct 31, 2024
1 parent 19a31d6 commit d57ccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pugixml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@

// If C++ is 2011 or higher, add 'constexpr' qualifiers to constants
// If C++ is 2017 or higher, add 'inline' qualifiers to constants
// required for C++20 module
// inline constexpr is required for C++20 module
#ifndef PUGIXML_CONSTANT
# if __cplusplus >= 201703
# define PUGIXML_CONSTANT inline PUGIXML_CONSTEXPR11
Expand Down

0 comments on commit d57ccaf

Please sign in to comment.