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 0716ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pugixml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
# endif
#endif

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

// If C++ is 2017 or higher, add 'inline' qualifiers for constants
// 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
#ifndef PUGIXML_CONSTANT
# if __cplusplus >= 201703
Expand Down

0 comments on commit 0716ca1

Please sign in to comment.