Skip to content
Snippets Groups Projects
Commit 8a1edc15 authored by vincent  lorrain's avatar vincent lorrain
Browse files

supress ostringstream

parent f0a737a7
No related branches found
No related tags found
No related merge requests found
......@@ -147,9 +147,7 @@ void GraphRegex::setNodeKey(const std::string key,std::function<bool(NodePtr)> f
_majConditionalInterpreterLambda();
//we add the lambda as key by default
std::ostringstream oss;
oss << key << "($)==true";
setNodeKey(key, oss.str());
setNodeKey(key, key + "($)==true");
}
void GraphRegex::_majConditionalInterpreterLambda(){
......
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