From 61fb0c7bb66f8c366999d716fdd9a5829247b7aa Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 6 Aug 2020 01:24:52 -0400 Subject: Update comments --- TestScripts/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TestScripts/configure.sh') diff --git a/TestScripts/configure.sh b/TestScripts/configure.sh index 258ea87f..1247a0b9 100755 --- a/TestScripts/configure.sh +++ b/TestScripts/configure.sh @@ -812,7 +812,7 @@ rm -f config_cxx.h.new echo '# define CRYPTOPP_NO_THROW' echo '#endif // CRYPTOPP_CXX11_NOEXCEPT' echo '' - echo '// Hack... C++11 nullptr_t type safety and analysis' + echo '// C++11 nullptr_t type safety and analysis' echo '#if defined(CRYPTOPP_CXX11_NULLPTR) && !defined(NULLPTR)' echo '# define NULLPTR nullptr' echo '#elif !defined(NULLPTR)' -- cgit v1.2.1