]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/compare.hh
Issue 4547: remove unnecessary min() and max() functions
[lilypond.git] / flower / include / compare.hh
index 0b398aa18c86e441166e9c4439cbefdefd9907dc..0ec1173951590cae858e21b6c3fb2a4859bf4ded 100644 (file)
     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)