1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

reverted change wrt. Erasable concept

This commit is contained in:
Niels
2016-02-05 22:37:28 +01:00
parent 2ff2e10660
commit 8b1a777d36
2 changed files with 0 additions and 21 deletions

View File

@ -143,9 +143,6 @@ default)
- [ReversibleContainer](http://en.cppreference.com/w/cpp/concept/ReversibleContainer);
JSON values can be used like STL containers and provide reverse iterator
access.
- Container Elements
- [Eraseable](http://en.cppreference.com/w/cpp/concept/Erasable):
JSON values can be destroyed by a given allocator.
@internal
@note ObjectType trick from http://stackoverflow.com/a/9860911