mirror of
https://github.com/nlohmann/json.git
synced 2026-08-17 06:33:18 +00:00
Fix compilation for xcode 9.x
This commit is contained in:
@@ -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;
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user