Sync with Upstream master
commit
80ea2e2d14
5
config.h
5
config.h
|
|
@ -616,11 +616,6 @@ NAMESPACE_END
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// How to declare class constants
|
// 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)
|
#if defined(CRYPTOPP_DOXYGEN_PROCESSING)
|
||||||
# define CRYPTOPP_CONSTANT(x) static const int x;
|
# define CRYPTOPP_CONSTANT(x) static const int x;
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue