💄 cleaned code

parent 5c7d27c3
...@@ -260,7 +260,7 @@ class wide_string_input_adapter : public input_adapter_protocol ...@@ -260,7 +260,7 @@ class wide_string_input_adapter : public input_adapter_protocol
{ {
wide_string_input_helper<WideStringType, T>::fill_buffer(str, current_wchar, utf8_bytes, utf8_bytes_index, utf8_bytes_filled); wide_string_input_helper<WideStringType, T>::fill_buffer(str, current_wchar, utf8_bytes, utf8_bytes_index, utf8_bytes_filled);
} }
/// the wstring to process /// the wstring to process
const WideStringType& str; const WideStringType& str;
......
...@@ -2138,7 +2138,7 @@ class wide_string_input_adapter : public input_adapter_protocol ...@@ -2138,7 +2138,7 @@ class wide_string_input_adapter : public input_adapter_protocol
{ {
wide_string_input_helper<WideStringType, T>::fill_buffer(str, current_wchar, utf8_bytes, utf8_bytes_index, utf8_bytes_filled); wide_string_input_helper<WideStringType, T>::fill_buffer(str, current_wchar, utf8_bytes, utf8_bytes_index, utf8_bytes_filled);
} }
/// the wstring to process /// the wstring to process
const WideStringType& str; const WideStringType& str;
...@@ -2154,8 +2154,6 @@ class wide_string_input_adapter : public input_adapter_protocol ...@@ -2154,8 +2154,6 @@ class wide_string_input_adapter : public input_adapter_protocol
std::size_t utf8_bytes_filled = 0; std::size_t utf8_bytes_filled = 0;
}; };
class input_adapter class input_adapter
{ {
public: public:
......
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