mirror of
https://github.com/nlohmann/json.git
synced 2025-08-13 14:42:28 +03:00
Fix build error
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user