
min and max presently have a fixed arity of 2. Personally, I feel they should obey BOOST_MPL_LIMIT_METAFUNCTION_ARITY like mpl::plus and similar metafunctions. Any chances this could be considered for the future? Regards, Maurizio

on Fri May 18 2007, Maurizio Vitale <mav-AT-cuma.polymath-solutions.lan> wrote:
min and max presently have a fixed arity of 2. Personally, I feel they should obey BOOST_MPL_LIMIT_METAFUNCTION_ARITY like mpl::plus and similar metafunctions. Any chances this could be considered for the future?
Probably. Chances are better if you submit a patch (docs and tests too, please). http://svn.boost.org -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

I'll give it a try in the next few days. The major problem is that I know nothing of the boost build system. Are the preprocessed versions generated automatically or is it something I should take care of myself? Thanks, Maurizio On May 20, 2007, at 3:18 PM, David Abrahams wrote:
on Fri May 18 2007, Maurizio Vitale <mav-AT-cuma.polymath- solutions.lan> wrote:
min and max presently have a fixed arity of 2. Personally, I feel they should obey BOOST_MPL_LIMIT_METAFUNCTION_ARITY like mpl::plus and similar metafunctions. Any chances this could be considered for the future?
Probably. Chances are better if you submit a patch (docs and tests too, please).
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/ listinfo.cgi/boost

on Sun May 20 2007, Maurizio Vitale <maurizio.vitale-AT-polymath-solutions.com> wrote:
I'll give it a try in the next few days. The major problem is that I know nothing of the boost build system.
It's not relevant.
Are the preprocessed versions generated automatically or is it something I should take care of myself?
They're generated by a python script that you can find checked in somewhere. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (3)
-
David Abrahams
-
Maurizio Vitale
-
Maurizio Vitale