Quickbook: Use a different type for stored values.

And fix some bugs in the process.

[SVN r70529]
This commit is contained in:
Daniel James
2011-03-24 21:25:50 +00:00
parent e478c5befb
commit ff2fd55ac6
6 changed files with 66 additions and 34 deletions

View File

@@ -395,7 +395,7 @@ namespace quickbook
if(!snippet_stack) return;
code += "``[[callout" + boost::lexical_cast<std::string>(callout_id) + "]]``";
snippet_stack->callouts.insert(qbk_value(first, last, template_tags::block).store());
snippet_stack->callouts.insert(qbk_value(first, last, template_tags::block));
++callout_id;
}