mirror of
https://github.com/nlohmann/json.git
synced 2026-02-08 23:32:30 +00:00
added back forward declaration to address warnings
This commit is contained in:
@@ -37,6 +37,7 @@ using nlohmann::json;
|
||||
namespace
|
||||
{
|
||||
// shortcut to scan a string literal
|
||||
json::lexer::token_type scan_string(const char* s);
|
||||
json::lexer::token_type scan_string(const char* s)
|
||||
{
|
||||
auto ia = nlohmann::detail::input_adapter(s);
|
||||
|
||||
Reference in New Issue
Block a user