move input adapters outside of basic_json
This commit is contained in:
parent
a332142194
commit
15625ca4a7
3 changed files with 739 additions and 733 deletions
|
|
@ -36,7 +36,7 @@ using nlohmann::json;
|
|||
json::lexer::token_type scan_string(const char* s);
|
||||
json::lexer::token_type scan_string(const char* s)
|
||||
{
|
||||
return json::lexer(json::input_adapter::create(s)).scan();
|
||||
return json::lexer(nlohmann::detail::input_adapter_factory::create(s)).scan();
|
||||
}
|
||||
|
||||
TEST_CASE("lexer class")
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue