1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-13 14:42:28 +03:00

Merge branch 'develop' into doctest

This commit is contained in:
Viktor Kirilov
2019-03-18 16:59:36 +02:00
committed by GitHub
60 changed files with 15683 additions and 7958 deletions

View File

@@ -111,6 +111,12 @@ struct my_allocator : std::allocator<T>
p->~T();
}
}
template <class U>
struct rebind
{
using other = my_allocator<U>;
};
};
// allows deletion of raw pointer, usually hold by json_value