mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 18:52:26 +00:00
Quickbook: Use intrusive_ptr for files.
[SVN r75616]
This commit is contained in:
@@ -230,7 +230,7 @@ namespace detail {
|
||||
}
|
||||
}
|
||||
|
||||
ostream& outerr(file const* f, string_iterator pos)
|
||||
ostream& outerr(file_ptr const& f, string_iterator pos)
|
||||
{
|
||||
return outerr(f->path, f->position_of(pos).line);
|
||||
}
|
||||
@@ -250,7 +250,7 @@ namespace detail {
|
||||
}
|
||||
}
|
||||
|
||||
ostream& outwarn(file const* f, string_iterator pos)
|
||||
ostream& outwarn(file_ptr const& f, string_iterator pos)
|
||||
{
|
||||
return outwarn(f->path, f->position_of(pos).line);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user