Unordered: Some C++11 allocator_traits fixes.

Can now be used with g++ 4.7. Not activating by default yet.

[SVN r76893]
This commit is contained in:
Daniel James
2012-02-05 08:45:52 +00:00
parent 2f92b12205
commit 992cc0b077
4 changed files with 34 additions and 3 deletions

View File

@@ -333,7 +333,7 @@ namespace minimal
typedef std::size_t size_type;
typedef std::ptrdiff_t difference_type;
typedef void_ptr void_pointer;
typedef void_const_ptr void_const_pointer;
typedef void_const_ptr const_void_pointer;
typedef ptr<T> pointer;
typedef const_ptr<T> const_pointer;
typedef T& reference;