mirror of
https://github.com/nlohmann/json
synced 2024-11-10 14:30:08 +00:00
added back forward declaration to address warnings
This commit is contained in:
parent
c7282d5b1e
commit
7eadd6daef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user