Skip to content

Commit f2111e6

Browse files
committed
Added more information on eoft policies
1 parent 3298e5d commit f2111e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/oup/observable_unique_ptr.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,7 @@ namespace details {
12561256
* must take a control block as its first argument for all its constructors,
12571257
* and forward it to @ref basic_enable_observer_from_this. This prevents making `T`
12581258
* copiable or movable. Instances of `T` must be created using @ref make_observable.
1259+
* @ref observer_from_this cannot fail is thus noexcept.
12591260
*
12601261
* **Corner cases.**
12611262
* - Multiple inheritance. If a class `A` inherits from both another class `B` and

0 commit comments

Comments
 (0)