We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3298e5d commit f2111e6Copy full SHA for f2111e6
include/oup/observable_unique_ptr.hpp
@@ -1256,6 +1256,7 @@ namespace details {
1256
* must take a control block as its first argument for all its constructors,
1257
* and forward it to @ref basic_enable_observer_from_this. This prevents making `T`
1258
* copiable or movable. Instances of `T` must be created using @ref make_observable.
1259
+* @ref observer_from_this cannot fail is thus noexcept.
1260
*
1261
* **Corner cases.**
1262
* - Multiple inheritance. If a class `A` inherits from both another class `B` and
0 commit comments