Sync with Upstream master

pull/461/head
Jeffrey Walton 2017-08-16 10:43:59 -04:00
commit 80ea2e2d14
1 changed files with 0 additions and 5 deletions

View File

@ -616,11 +616,6 @@ NAMESPACE_END
#endif
// How to declare class constants
//#if (_MSC_VER == 1300) || defined(__INTEL_COMPILER) || defined(__BORLANDC__)
//# define CRYPTOPP_CONSTANT(x) enum {x};
//#else
//# define CRYPTOPP_CONSTANT(x) static const int x;
//#endif
#if defined(CRYPTOPP_DOXYGEN_PROCESSING)
# define CRYPTOPP_CONSTANT(x) static const int x;
#else