diff options
Diffstat (limited to 'flower')
-rw-r--r-- | flower/include/compare.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/flower/include/compare.hh b/flower/include/compare.hh index 0b398aa18c..0ec1173951 100644 --- a/flower/include/compare.hh +++ b/flower/include/compare.hh @@ -37,10 +37,6 @@ prefix ONE_OPERATOR (type, function, !=) \ prefix ONE_OPERATOR (type, function, <) \ prefix ONE_OPERATOR (type, function, <=) \ - /* namespace std { */ \ - prefix inline type max (type t1, type t2) { return (t1 > t2) ? t1 : t2; } \ - prefix inline type min (type t1, type t2) { return (t1 < t2) ? t1 : t2; } \ - /* } */ \ /* stupid fix to allow ; */ \ prefix bool operator < (type t1, type t2) |