You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_bind_refptr.cc
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ class RefPtr
127
127
* do_something();
128
128
* @endcode
129
129
*/
130
-
inlineoperatorbool() const;
130
+
inlineexplicitoperatorbool() const;
131
131
132
132
#ifndef GLIBMM_DISABLE_DEPRECATED
133
133
/// @deprecated Use reset() instead because this leads to confusion with clear() methods on the underlying class. For instance, people use .clear() when they mean ->clear().
0 commit comments