Commit f997758c authored by Théo DELRIEU's avatar Théo DELRIEU

remove useless forward declaration of primitive_iterator_t

parent 40ba5a8b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment