forked from boostorg/smart_ptr
Qualified ptrdiff_t with std:: (fixes a failure on CW 9.4)
[SVN r31790]
This commit is contained in:
@ -41,7 +41,7 @@ public:
|
||||
typedef T const & const_reference;
|
||||
typedef T value_type;
|
||||
typedef std::size_t size_type;
|
||||
typedef ptrdiff_t difference_type;
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user