Boost logo

Boost :

Subject: Re: [boost] [variant]anyone working on variadic template version?
From: Larry Evans (cppljevans_at_[hidden])
Date: 2009-09-21 21:33:10


On 09/21/09 19:24, Peter Foelsche wrote:
> ok --
>
> http://www.research.att.com/~bs/C++0xFAQ.html#variadic-templates
>
>
>
> which compiler supports this already?
>
The current g++ compiler if you pass the -std=c++0x flag, as explained
here:

   http://gcc.gnu.org/projects/cxx0x.html

The reason I'm interested is that it would eliminate the need
for make_variant_over in the recur_variant.cpp attachment to:

 
http://sourceforge.net/mailarchive/message.php?msg_name=h934ke%24j1u%241%40ger.gmane.org

Variadic mpl is already in the boost sandbox, as mentioned elsewhere
in that post.

-Larry


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk