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 2535c89 commit e79099f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pugixml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
# endif
#endif

// If C++ is 2011 or higher, add 'constexpr' qualifiers
// If C++ is 2011 or higher, add 'constexpr' qualifiers to constants
#ifndef PUGIXML_CONSTEXPR11
# if __cplusplus >= 201103
# define PUGIXML_CONSTEXPR11 constexpr
Expand All @@ -150,8 +150,7 @@
# define PUGIXML_CONSTEXPR11
# endif
#endif

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

0 comments on commit e79099f

Please sign in to comment.