From d0b0cc75ad1bc7c0c3226bc57d63095339579cbe Mon Sep 17 00:00:00 2001 From: Pavel Kryukov Date: Tue, 18 Oct 2016 00:53:00 +0300 Subject: Fix a comment before PUGIXML_OVERRIDE macro --- src/pugixml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 898dab8..c4d44e6 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -72,7 +72,7 @@ # endif #endif -// If no API for functions is defined, assume default +// If C++ is 2011 or higher, add 'override' qualifiers #ifndef PUGIXML_OVERRIDE # if __cplusplus >= 201103 # define PUGIXML_OVERRIDE override -- cgit v1.2.3