[gnome-commander/Implement_CppCheck_suggestions: 5/7] noop: comment added



commit e815e14ed2f47e17a269532916d10738e1cc75cd
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Tue Mar 12 15:17:20 2019 +0100

    noop: comment added

 src/tuple.h | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/tuple.h b/src/tuple.h
index a4aa24a6..2002e676 100644
--- a/src/tuple.h
+++ b/src/tuple.h
@@ -23,6 +23,8 @@
 
 #include <utility>
 
+// ToDo: Since C++11 there exists std::tuple. Try to use this one instead of the triple class?!?
+
 template <typename T1, typename T2, typename T3>
 struct triple: public std::pair<T1,T2>
 {


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