Skip to content

Commit

Permalink
xrCore/stl_extensions: Fixed ptrdiff_t namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 6, 2015
1 parent 020ca15 commit 705dbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/_stl_extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class xalloc
{
public:
typedef size_t size_type;
typedef ptrdiff_t difference_type;
typedef std::ptrdiff_t difference_type;
typedef T* pointer;
typedef const T* const_pointer;
typedef T& reference;
Expand Down

0 comments on commit 705dbc5

Please sign in to comment.