Removes explicit noexcept(false) from PUGIXML_NOEXCEPT_IF_NOT_COMPACT due to review comment
This commit is contained in:
parent
581dea4aee
commit
fe0088a09a
@ -92,7 +92,7 @@
|
||||
#ifdef PUGIXML_HAS_NOEXCEPT
|
||||
# define PUGIXML_NOEXCEPT noexcept
|
||||
# ifdef PUGIXML_COMPACT
|
||||
# define PUGIXML_NOEXCEPT_IF_NOT_COMPACT noexcept(false)
|
||||
# define PUGIXML_NOEXCEPT_IF_NOT_COMPACT
|
||||
# else
|
||||
# define PUGIXML_NOEXCEPT_IF_NOT_COMPACT noexcept
|
||||
# endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user