1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

Fix compilation for xcode 9.x

This commit is contained in:
Agustín F. Pozuelo
2020-07-03 01:44:18 +01:00
parent 93770467a1
commit 25f5d75e6e
3 changed files with 7 additions and 3 deletions

View File

@ -61,7 +61,7 @@ uses the standard template types.
*/
using json = basic_json<>;
template<class Key, class T, class IgnoredLess, class Allocator, class Container>
template<class Key, class T, class IgnoredLess, class Allocator>
struct ordered_map;
/*!