Fix build error

This commit is contained in:
Artöm Bakri Al-Sarmini 2020-04-02 15:47:08 +03:00
parent e4d8dc02e8
commit a74a031bba

View File

@ -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
{ {