aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtutil/util.hh')
-rw-r--r--src/jtutil/util.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtutil/util.hh b/src/jtutil/util.hh
index 03aa181..b1051a4 100644
--- a/src/jtutil/util.hh
+++ b/src/jtutil/util.hh
@@ -25,7 +25,7 @@ inline int is_odd (int i) { return (i & 0x1); }
//
// minimum/maximum templates (valid for both integer and floating-point types)
-// FIXME: these are supposed to be in the STL,
+// FIXME: these are supposed to be in the STL, in <algorithm>
// but in practice they often aren't (yet) :(
// eg the gcc 2.95.2 library doesn't have them :(
//