mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +03:00
made a function static
This commit is contained in:
@ -9227,7 +9227,7 @@ basic_json_parser_63:
|
||||
}
|
||||
|
||||
/// split the string input to reference tokens
|
||||
std::vector<std::string> split(std::string reference_string)
|
||||
static std::vector<std::string> split(std::string reference_string)
|
||||
{
|
||||
std::vector<std::string> result;
|
||||
|
||||
|
Reference in New Issue
Block a user