✅ improved coverage
This commit is contained in:
parent
1e38ffc014
commit
9e1abb4842
12 changed files with 412 additions and 180 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue