mirror of
https://github.com/nlohmann/json.git
synced 2026-03-26 02:42:46 +00:00
move input adapters outside of basic_json
This commit is contained in:
@@ -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
Reference in New Issue
Block a user