mirror of
https://github.com/nlohmann/json.git
synced 2026-08-25 02:23:19 +00:00
fix inconsistent fwd declaration
This commit is contained in:
@@ -147,7 +147,7 @@ class iterator_input_adapter
|
|||||||
IteratorType end;
|
IteratorType end;
|
||||||
|
|
||||||
template<typename BaseInputAdapter, size_t T>
|
template<typename BaseInputAdapter, size_t T>
|
||||||
friend class wide_string_input_helper;
|
friend struct wide_string_input_helper;
|
||||||
|
|
||||||
bool empty() const
|
bool empty() const
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4569,7 +4569,7 @@ class iterator_input_adapter
|
|||||||
IteratorType end;
|
IteratorType end;
|
||||||
|
|
||||||
template<typename BaseInputAdapter, size_t T>
|
template<typename BaseInputAdapter, size_t T>
|
||||||
friend class wide_string_input_helper;
|
friend struct wide_string_input_helper;
|
||||||
|
|
||||||
bool empty() const
|
bool empty() const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user