
11 Jul
2006
11 Jul
'06
3:38 p.m.
"Eric Niebler" <eric@boost-consulting.com> writes:
Is there interest in turning this into a BOOST_MIN/BOOST_MAX library?
I dunno. The mixed-type min/max problem is not a major issue for most people, is it? I'm pretty sure decltype/rvalue ref will give us everything we need to do it in C++0x with a real function template, so I'm leary of building macros for this purpose. -- Dave Abrahams Boost Consulting www.boost-consulting.com