Remove ifdef for MSVC compiler
This commit is contained in:
parent
dfcb753806
commit
e29b19d2a8
@ -99,11 +99,7 @@ class basic_json
|
|||||||
// container types //
|
// container types //
|
||||||
/////////////////////
|
/////////////////////
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
using __basic_json = basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType>;
|
||||||
using __basic_json = basic_json<>;
|
|
||||||
#else
|
|
||||||
using __basic_json = basic_json;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/// the type of elements in a basic_json container
|
/// the type of elements in a basic_json container
|
||||||
using value_type = basic_json;
|
using value_type = basic_json;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user