let handle function of circulator return smart handle
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user