
3 Sep
2008
3 Sep
'08
8:33 p.m.
On Wed, Sep 3, 2008 at 16:27, Peng Yu <pengyu.ut@gmail.com> wrote:
Since Pseudo-vararg code is a mess, we may not what to do it at this moment. But GCC has an option -std=c++0x, can the variadic version min (non-pseudo) be added in boost at least to support GCC before the upcoming C++ standard finalized?
I suspect that if you have the GCC that supports it, you can also get the libstdc++ that has a variable-argument min. (Or an initializer-list version, if the paper from the lastest mailing goes through.)