mirror of
https://github.com/nlohmann/json.git
synced 2025-08-07 18:02:57 +03:00
✅ improved coverage
This commit is contained in:
@@ -99,7 +99,7 @@ class lexer
|
||||
}
|
||||
}
|
||||
|
||||
explicit lexer(detail::input_adapter_t adapter)
|
||||
explicit lexer(detail::input_adapter_t&& adapter)
|
||||
: ia(std::move(adapter)), decimal_point_char(get_decimal_point()) {}
|
||||
|
||||
// delete because of pointer members
|
||||
|
Reference in New Issue
Block a user