
22 Sep
2009
22 Sep
'09
1:33 a.m.
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%40g... Variadic mpl is already in the boost sandbox, as mentioned elsewhere in that post. -Larry