File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ in scope, or with qualified names.
5151as the overrider itself. It "calls" the guide function in a non-evaluated
5252context, passing it a `std::ostream&` and a `virtual_ptr<Cat>` . The return type
5353of 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
5555case, the guide function is found via argument dependant lookup (ADL).
5656
5757The macro adds several constructs to the current namespace:
Original file line number Diff line number Diff line change 33
44### Synopsis
55
6- Defined in <boost /openmethod /core .hpp >.
6+ Defined in <boost /openmethod /with_vptr .hpp >.
77
88`` `c++
99namespace boost::openmethod {
You can’t perform that action at this time.
0 commit comments