optimize
This commit is contained in:
parent
61a700479d
commit
244477f0a0
20 changed files with 140 additions and 231 deletions
|
@ -27,9 +27,9 @@ bool visitor::is_node_empty::operator()(const object& obj) const {
|
|||
}
|
||||
|
||||
bool visitor::is_node_empty::operator()(const string_lambda& lambda) const {
|
||||
return false; // TODO
|
||||
return false;
|
||||
}
|
||||
|
||||
bool visitor::is_node_empty::operator()(const renderer_lambda& lambda) const {
|
||||
return false; // TODO
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue