added back forward declaration to address warnings
This commit is contained in:
parent
c7282d5b1e
commit
7eadd6daef
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ using nlohmann::json;
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
// shortcut to scan a string literal
|
// shortcut to scan a string literal
|
||||||
|
json::lexer::token_type scan_string(const char* s);
|
||||||
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);
|
auto ia = nlohmann::detail::input_adapter(s);
|
||||||
|
|
Loading…
Reference in a new issue