mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
remove useless forward declaration of primitive_iterator_t
This commit is contained in:
@ -994,7 +994,6 @@ class basic_json
|
|||||||
using basic_json_t = basic_json<ObjectType, ArrayType, StringType,
|
using basic_json_t = basic_json<ObjectType, ArrayType, StringType,
|
||||||
BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType,
|
BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType,
|
||||||
AllocatorType, JSONSerializer>;
|
AllocatorType, JSONSerializer>;
|
||||||
class primitive_iterator_t;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
using value_t = ::nlohmann::value_t;
|
using value_t = ::nlohmann::value_t;
|
||||||
|
@ -994,7 +994,6 @@ class basic_json
|
|||||||
using basic_json_t = basic_json<ObjectType, ArrayType, StringType,
|
using basic_json_t = basic_json<ObjectType, ArrayType, StringType,
|
||||||
BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType,
|
BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType,
|
||||||
AllocatorType, JSONSerializer>;
|
AllocatorType, JSONSerializer>;
|
||||||
class primitive_iterator_t;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
using value_t = ::nlohmann::value_t;
|
using value_t = ::nlohmann::value_t;
|
||||||
|
Reference in New Issue
Block a user