refs #624 Removed a \todo which actually didn't make sense.

This commit is contained in:
Mathew Sutcliffe
2016-03-20 00:41:52 +00:00
parent 463a7c776a
commit 4df0f150de

View File

@@ -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...)>