From 57865b43ce59bdedd0d0d36e9473d67d263d374c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 3 Aug 2015 17:24:41 -0400 Subject: [PATCH] Improved comment on use of __cplusplus macro --- des.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/des.cpp b/des.cpp index 9ba91d2f..4cd06be9 100644 --- a/des.cpp +++ b/des.cpp @@ -281,7 +281,7 @@ void RawDES::RawSetKey(CipherDir dir, const byte *key) // C++11 deprecated register. Don't pivot on CRYPTOPP_CXX11 because // configure.h unsets the macro on some Apple platforms if it - // detects an ancient version. + // detects an ancient version of the C++ runtime library. #if (__cplusplus < 201103L) register int i,j,l; #else