Commit 76462539 authored by Francois Chabot's avatar Francois Chabot

fix inconsistent fwd declaration

parent ce3143a0
......@@ -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
{
......
......@@ -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
{
......
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