💄 cleaned code

pull/1277/head
Niels Lohmann 2018-10-04 20:42:19 +02:00
parent 5c7d27c338
commit bb55885215
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 4 deletions

View File

@ -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);
}
/// the wstring to process
const WideStringType& str;

View File

@ -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);
}
/// the wstring to process
const WideStringType& str;
@ -2154,8 +2154,6 @@ class wide_string_input_adapter : public input_adapter_protocol
std::size_t utf8_bytes_filled = 0;
};
class input_adapter
{
public: