mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 18:52:26 +00:00
Quickbook: Merge from trunk to quickbook-dev.
[SVN r73365]
This commit is contained in:
@@ -18,10 +18,12 @@ namespace quickbook
|
||||
{
|
||||
template_body::template_body(
|
||||
value const& content,
|
||||
fs::path const& filename
|
||||
fs::path const& filename,
|
||||
content_type type
|
||||
)
|
||||
: content(content)
|
||||
, filename(filename)
|
||||
, type(type)
|
||||
{
|
||||
assert(content.get_tag() == template_tags::block ||
|
||||
content.get_tag() == template_tags::phrase);
|
||||
@@ -32,7 +34,6 @@ namespace quickbook
|
||||
return content.get_tag() == template_tags::block;
|
||||
}
|
||||
|
||||
|
||||
template_stack::template_stack()
|
||||
: scope(template_stack::parser(*this))
|
||||
, scopes()
|
||||
|
||||
Reference in New Issue
Block a user