mirror of
https://github.com/boostorg/quickbook.git
synced 2026-02-02 09:02:15 +00:00
Quickbook: Merge from trunk to quickbook-dev
[SVN r75739]
This commit is contained in:
@@ -528,13 +528,17 @@ namespace quickbook
|
||||
while (snippet_stack) {
|
||||
if (qbk_version_n >= 106u) {
|
||||
detail::outerr(source_file->path)
|
||||
<< "Unclosed snippet '" << snippet_stack->id << "'"
|
||||
<< "Unclosed snippet '"
|
||||
<< detail::utf8(snippet_stack->id)
|
||||
<< "'"
|
||||
<< std::endl;
|
||||
++error_count;
|
||||
}
|
||||
else {
|
||||
detail::outwarn(source_file->path)
|
||||
<< "Unclosed snippet '" << snippet_stack->id << "'"
|
||||
<< "Unclosed snippet '"
|
||||
<< detail::utf8(snippet_stack->id)
|
||||
<< "'"
|
||||
<< std::endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user