This commit is contained in:
Daniel Sipka 2015-04-13 02:15:51 +02:00
parent 61a700479d
commit 244477f0a0
20 changed files with 140 additions and 231 deletions

View file

@ -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 {