mirror of
https://github.com/nlohmann/json.git
synced 2024-11-28 00:59:02 +08:00
Fix build error
This commit is contained in:
parent
e4d8dc02e8
commit
a74a031bba
@ -240,7 +240,7 @@ namespace
|
||||
template<class T>
|
||||
struct allocator_no_forward
|
||||
{
|
||||
typedef std::remove_const_t<T> value_type;
|
||||
typedef T value_type;
|
||||
template <typename U>
|
||||
struct rebind
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user