mirror of
https://github.com/nlohmann/json.git
synced 2026-05-30 01:55:24 +00:00
🔨 clean up
This commit is contained in:
@@ -286,7 +286,7 @@ template<typename WideStringType>
|
||||
class wide_string_input_adapter : public input_adapter_protocol
|
||||
{
|
||||
public:
|
||||
explicit wide_string_input_adapter(const WideStringType& w) noexcept
|
||||
explicit wide_string_input_adapter(const WideStringType& w) noexcept
|
||||
: str(w)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user