X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fstlplus%2Fcontainers%2Ftriple.hpp;h=2b1908709037b78962261cf92d7b1e8e1ffd0969;hp=9546ccef6123eff6c774612e2762c246d8910b94;hb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a;hpb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c diff --git a/src/stlplus/containers/triple.hpp b/src/stlplus/containers/triple.hpp index 9546cce..2b19087 100644 --- a/src/stlplus/containers/triple.hpp +++ b/src/stlplus/containers/triple.hpp @@ -4,7 +4,7 @@ // Author: Andy Rushton, from an original by Dan Milton // Copyright: (c) Southampton University 1999-2004 -// (c) Andy Rushton 2004-2009 +// (c) Andy Rushton 2004 onwards // License: BSD License, see ../docs/license.html // Similar to the STL pair but with three elements @@ -45,6 +45,8 @@ namespace stlplus template bool operator == (const triple& left, const triple& right); + template + bool operator < (const triple& left, const triple& right); ////////////////////////////////////////////////////////////////////////////////