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

@@ -20,7 +20,7 @@ namespace quickbook
value const& content,
fs::path const& filename
)
: content(content.store())
: content(content)
, filename(filename)
{
assert(content.get_tag() == template_tags::block ||