optimize
This commit is contained in:
parent
61a700479d
commit
244477f0a0
20 changed files with 140 additions and 231 deletions
|
@ -3,9 +3,7 @@
|
|||
|
||||
using namespace mstch;
|
||||
|
||||
visitor::render_node::render_node(std::set<flag> flags):
|
||||
flags(flags)
|
||||
{
|
||||
visitor::render_node::render_node(std::set<flag> flags): flags(flags) {
|
||||
}
|
||||
|
||||
std::string visitor::render_node::operator()(const boost::blank& blank) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue