mirror of
https://github.com/nlohmann/json.git
synced 2026-02-27 22:06:25 +00:00
🚧 fixed more warnings
This commit is contained in:
@@ -816,6 +816,8 @@ TEST_CASE("nst's JSONTestSuite")
|
||||
}
|
||||
}
|
||||
|
||||
std::string trim(const std::string& str);
|
||||
|
||||
// from http://stackoverflow.com/a/25829178/266378
|
||||
std::string trim(const std::string& str)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user