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 12dd49b commit 2ff7cbfCopy full SHA for 2ff7cbf
sigc++/adaptors/track_obj.h
@@ -80,13 +80,6 @@ class track_obj_functor : public adapts<T_functor>
80
{
81
}
82
83
- /** Invokes the wrapped functor.
84
- * @return The return value of the functor invocation.
85
- */
86
- decltype(auto) operator()() {
87
- return std::invoke(this->functor_);
88
- }
89
-
90
/** Invokes the wrapped functor passing on the arguments.
91
* @param arg Arguments to be passed on to the functor.
92
* @return The return value of the functor invocation.
0 commit comments