From 4df0f150def3fb346d5f8ba7459957ea42d4bf9e Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sun, 20 Mar 2016 00:41:52 +0000 Subject: [PATCH] refs #624 Removed a \todo which actually didn't make sense. --- src/blackmisc/slot.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/blackmisc/slot.h b/src/blackmisc/slot.h index fbe7047ea..503f53d1a 100644 --- a/src/blackmisc/slot.h +++ b/src/blackmisc/slot.h @@ -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 class CSlot