remove useless forward declaration of primitive_iterator_t
This commit is contained in:
parent
40ba5a8b7b
commit
f997758cad
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue