]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/containers/triple.hpp
import stlplus 3.7
[chaz/yoink] / src / stlplus / containers / triple.hpp
index 9546ccef6123eff6c774612e2762c246d8910b94..2b1908709037b78962261cf92d7b1e8e1ffd0969 100644 (file)
@@ -4,7 +4,7 @@
 \r
 //   Author:    Andy Rushton, from an original by Dan Milton\r
 //   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
+//              (c) Andy Rushton           2004 onwards\r
 //   License:   BSD License, see ../docs/license.html\r
 \r
 //   Similar to the STL pair but with three elements\r
@@ -45,6 +45,8 @@ namespace stlplus
 \r
   template<typename T1, typename T2, typename T3>\r
   bool operator == (const triple<T1,T2,T3>& left, const triple<T1,T2,T3>& right);\r
+  template<typename T1, typename T2, typename T3>\r
+  bool operator < (const triple<T1,T2,T3>& left, const triple<T1,T2,T3>& right);\r
 \r
   ////////////////////////////////////////////////////////////////////////////////\r
 \r
This page took 0.018263 seconds and 4 git commands to generate.