1
0
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:
Niels
2016-04-17 23:41:52 +02:00
parent f4107d0d9c
commit 3ca1bfdd9d
2 changed files with 2 additions and 2 deletions

View File

@ -8537,7 +8537,7 @@ class basic_json
}
/// 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;