mirror of
https://github.com/nlohmann/json.git
synced 2026-08-22 09:03:18 +00:00
added back forward declaration to address warnings
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user