mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 07: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:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user