mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 21:24:40 +02:00
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 const & const_reference;
|
||||||
typedef T value_type;
|
typedef T value_type;
|
||||||
typedef std::size_t size_type;
|
typedef std::size_t size_type;
|
||||||
typedef ptrdiff_t difference_type;
|
typedef std::ptrdiff_t difference_type;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user