mirror of
https://github.com/nlohmann/json
synced 2024-12-29 11:51:09 +00:00
remove useless forward declaration of primitive_iterator_t
This commit is contained in:
parent
40ba5a8b7b
commit
f997758cad
@ -994,7 +994,6 @@ class basic_json
|
||||
using basic_json_t = basic_json<ObjectType, ArrayType, StringType,
|
||||
BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType,
|
||||
AllocatorType, JSONSerializer>;
|
||||
class primitive_iterator_t;
|
||||
|
||||
public:
|
||||
using value_t = ::nlohmann::value_t;
|
||||
|
@ -994,7 +994,6 @@ class basic_json
|
||||
using basic_json_t = basic_json<ObjectType, ArrayType, StringType,
|
||||
BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType,
|
||||
AllocatorType, JSONSerializer>;
|
||||
class primitive_iterator_t;
|
||||
|
||||
public:
|
||||
using value_t = ::nlohmann::value_t;
|
||||
|
Loading…
Reference in New Issue
Block a user