mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #624 Removed a \todo which actually didn't make sense.
This commit is contained in:
@@ -30,8 +30,6 @@ namespace BlackMisc
|
|||||||
/*!
|
/*!
|
||||||
* Callable wrapper for a member function with function signature R(Args...).
|
* Callable wrapper for a member function with function signature R(Args...).
|
||||||
* Allows for easy manipulation of slots to be used as callbacks.
|
* Allows for easy manipulation of slots to be used as callbacks.
|
||||||
*
|
|
||||||
* \todo Use perfect forwarding with C++14 generic lambda.
|
|
||||||
*/
|
*/
|
||||||
template <typename R, typename... Args>
|
template <typename R, typename... Args>
|
||||||
class CSlot<R(Args...)>
|
class CSlot<R(Args...)>
|
||||||
|
|||||||
Reference in New Issue
Block a user