let handle function of circulator return smart handle

This commit is contained in:
Max Lyon
2019-09-27 12:55:57 +02:00
parent e0d8f2dbe0
commit 011a53e7ba

View File

@@ -572,7 +572,7 @@ class GenericCirculatorT_DEPRECATED : protected GenericCirculatorBaseT<typename
* This function clutters your code. Use dereferencing operators -> and * instead. * This function clutters your code. Use dereferencing operators -> and * instead.
*/ */
OM_DEPRECATED("This function clutters your code. Use dereferencing operators -> and * instead.") OM_DEPRECATED("This function clutters your code. Use dereferencing operators -> and * instead.")
value_type handle() const { smart_value_type handle() const {
return **this; return **this;
} }