Skip to content

Commit 705dbc5

Browse files
committed
xrCore/stl_extensions: Fixed ptrdiff_t namespace.
1 parent 020ca15 commit 705dbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/_stl_extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class xalloc
6262
{
6363
public:
6464
typedef size_t size_type;
65-
typedef ptrdiff_t difference_type;
65+
typedef std::ptrdiff_t difference_type;
6666
typedef T* pointer;
6767
typedef const T* const_pointer;
6868
typedef T& reference;

0 commit comments

Comments
 (0)