Improved comment on use of __cplusplus macro

pull/35/head
Jeffrey Walton 2015-08-03 17:24:41 -04:00
parent 651ba89176
commit 57865b43ce
1 changed files with 1 additions and 1 deletions

View File

@ -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