Fix build error

parent e4d8dc02
...@@ -240,7 +240,7 @@ namespace ...@@ -240,7 +240,7 @@ namespace
template<class T> template<class T>
struct allocator_no_forward struct allocator_no_forward
{ {
typedef std::remove_const_t<T> value_type; typedef T value_type;
template <typename U> template <typename U>
struct rebind struct rebind
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment