🚨 fixed more compiler warnings
This commit is contained in:
parent
66dd1a846d
commit
c02de445bf
3 changed files with 8 additions and 8 deletions
|
@ -119,7 +119,7 @@ template<typename WideStringType>
|
|||
class wide_string_input_adapter : public input_adapter_protocol
|
||||
{
|
||||
public:
|
||||
wide_string_input_adapter(const WideStringType& w) : str(w) {}
|
||||
explicit wide_string_input_adapter(const WideStringType& w) : str(w) {}
|
||||
|
||||
std::char_traits<char>::int_type get_character() noexcept override
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue