1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-13 20:21:48 +03:00

cleanup after closing #324

This commit is contained in:
Niels
2016-10-12 22:05:45 +02:00
parent bb9d87ad55
commit 67b9f1936d
3 changed files with 4 additions and 3 deletions

View File

@ -107,7 +107,7 @@ such as sequence containers. For instance, `std::map` passes the test as it
contains a `mapped_type`, whereas `std::vector` fails the test.
@sa http://stackoverflow.com/a/7728728/266378
@since version 1.0.0
@since version 1.0.0, overworked in version 2.0.6
*/
template<typename T>
struct has_mapped_type