This commit is contained in:
Daniel Sipka 2015-04-10 12:56:08 +02:00
parent 3b4580186c
commit e31207b9cf
17 changed files with 160 additions and 93 deletions

View file

@ -3,7 +3,9 @@
using namespace mstch;
visitor::render_node::render_node(bool html_escaped): html_escaped(html_escaped) {
visitor::render_node::render_node(bool html_escaped):
html_escaped(html_escaped)
{
}
std::string visitor::render_node::operator()(const boost::blank& blank) const {