[libsigcplusplus/variadic_mem_fun3: 79/148] Add a TODO comment.



commit c3338eee02ae1f8559139f51376f19bfde7375b9
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Feb 19 13:06:22 2016 +0100

    Add a TODO comment.

 sigc++/adaptors/bind.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/sigc++/adaptors/bind.h b/sigc++/adaptors/bind.h
index 3f5cf32..5816c19 100644
--- a/sigc++/adaptors/bind.h
+++ b/sigc++/adaptors/bind.h
@@ -94,6 +94,7 @@ template <class T_element>
 struct TransformEachInvoker
 {
   //We take T_element as non-const because invoke() is not const.
+  //TODO: Take element as T_element&& ?
   static
   decltype(auto)
   transform(T_element& element) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]