mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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...).
|
||||
* 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>
|
||||
class CSlot<R(Args...)>
|
||||
|
||||
Reference in New Issue
Block a user