mirror of
https://github.com/nlohmann/json.git
synced 2025-08-15 02:01:33 +03:00
🚨 fix MSVC warning #1502
This commit is contained in:
@@ -112,7 +112,8 @@ struct my_allocator : std::allocator<T>
|
||||
}
|
||||
|
||||
template <class U>
|
||||
struct rebind {
|
||||
struct rebind
|
||||
{
|
||||
using other = my_allocator<U>;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user