Skip to content
Snippets Groups Projects
Commit e97fb46d authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Updated deprecated code

parent 46d53493
No related branches found
No related tags found
2 merge requests!152Update Aidge export to take a graph view has an argument instead of a...,!138Alternative graph matching
Pipeline #46092 passed
......@@ -172,7 +172,7 @@ private:
str.erase(str.begin(),
std::find_if(str.begin(),
str.end(),
std::not1(std::ptr_fun<int, int>(std::isspace))));
[](char c) { return !std::isspace(c); }));
}
};
} // namespace Aidge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment