mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-02 19:24:31 +00:00
Remove VC++ 6.0 guard and code (Issue 342)
This commit is contained in:
parent
5efb019d8b
commit
b791234b53
@ -31,11 +31,7 @@ class AllocatorBase
|
||||
public:
|
||||
typedef T value_type;
|
||||
typedef size_t size_type;
|
||||
#ifdef CRYPTOPP_MSVCRT6
|
||||
typedef ptrdiff_t difference_type;
|
||||
#else
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
#endif
|
||||
typedef T * pointer;
|
||||
typedef const T * const_pointer;
|
||||
typedef T & reference;
|
||||
|
Loading…
x
Reference in New Issue
Block a user