mirror of
https://github.com/nlohmann/json.git
synced 2025-07-16 18:41:53 +03:00
cleanup
This commit is contained in:
@ -589,7 +589,7 @@ class basic_json
|
||||
static T* create(Args&& ... args)
|
||||
{
|
||||
AllocatorType<T> alloc;
|
||||
auto deleter = [&](T* object)
|
||||
auto deleter = [&](T * object)
|
||||
{
|
||||
alloc.deallocate(object, 1);
|
||||
};
|
||||
|
Reference in New Issue
Block a user