1
0
mirror of https://github.com/nlohmann/json synced 2025-01-05 23:21:06 +00:00

fix inconsistent fwd declaration

This commit is contained in:
Francois Chabot 2020-05-28 12:20:02 -04:00
parent ce3143a038
commit 7646253940
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ class iterator_input_adapter
IteratorType end;
template<typename BaseInputAdapter, size_t T>
friend class wide_string_input_helper;
friend struct wide_string_input_helper;
bool empty() const
{

View File

@ -4569,7 +4569,7 @@ class iterator_input_adapter
IteratorType end;
template<typename BaseInputAdapter, size_t T>
friend class wide_string_input_helper;
friend struct wide_string_input_helper;
bool empty() const
{