mirror of
https://github.com/boostorg/quickbook.git
synced 2026-02-02 09:02:15 +00:00
Quickbook: Use a different type for stored values.
And fix some bugs in the process. [SVN r70529]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user