1
0
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:
Théo DELRIEU 2017-01-21 16:47:41 +01:00
parent 40ba5a8b7b
commit f997758cad
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;