Skip to content

Commit c9eda00

Browse files
committed
doc fixes
1 parent 4ad4384 commit c9eda00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/headers_namespaces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ in scope, or with qualified names.
5151
as the overrider itself. It "calls" the guide function in a non-evaluated
5252
context, passing it a `std::ostream&` and a `virtual_ptr<Cat>`. The return type
5353
of the guide function is the method to add the overrider to. Exactly one guide
54-
function must match. The normal rules of overload resolution apply. In this
54+
function must match. The normal rules of overload resolution apply. In that
5555
case, the guide function is found via argument dependant lookup (ADL).
5656

5757
The macro adds several constructs to the current namespace:

doc/with_vptr.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Synopsis
55

6-
Defined in <boost/openmethod/core.hpp>.
6+
Defined in <boost/openmethod/with_vptr.hpp>.
77

88
```c++
99
namespace boost::openmethod {

0 commit comments

Comments
 (0)