We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e8fd7 commit 4024afdCopy full SHA for 4024afd
include/oup/observable_unique_ptr.hpp
@@ -413,6 +413,9 @@ class observable_unique_ptr {
413
/// Create a new observable_unique_ptr with a newly constructed object.
414
/** \param args Arguments to construct the new object
415
* \return The new observable_unique_ptr
416
+* \note Custom deleters are not supported by this function. If you require
417
+* a custom deleter, please use the observable_unique_ptr constructors
418
+* directly.
419
*/
420
template<typename T, typename ... Args>
421
observable_unique_ptr<T> make_observable_unique(Args&& ... args) {
0 commit comments