🚧 fixed more warnings
This commit is contained in:
parent
345a106d73
commit
8cec55a271
10 changed files with 82 additions and 30 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue