improved coverage

This commit is contained in:
Niels Lohmann 2018-03-20 22:39:08 +01:00
parent 1e38ffc014
commit 9e1abb4842
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
12 changed files with 412 additions and 180 deletions

View file

@ -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