]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/containers/foursome.hpp
fixed documentation about where to find licenses
[chaz/yoink] / src / stlplus / containers / foursome.hpp
index 36437f1671b287ffef593797dbc967e12ebd504c..adae1466a11097748187d25f6bdd02e84363bd18 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
 //   The next in the series pair->triple->foursome\r
@@ -50,6 +50,8 @@ namespace stlplus
 \r
   template<typename T1, typename T2, typename T3, typename T4>\r
   bool operator == (const foursome<T1,T2,T3,T4>& left, const foursome<T1,T2,T3,T4>& right);\r
+  template<typename T1, typename T2, typename T3, typename T4>\r
+  bool operator < (const foursome<T1,T2,T3,T4>& left, const foursome<T1,T2,T3,T4>& right);\r
 \r
   ////////////////////////////////////////////////////////////////////////////////\r
 \r
This page took 0.021856 seconds and 4 git commands to generate.