From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-11-29 16:08:20


> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]] On Behalf Of Alexander Nasonov
> Sent: Wednesday, November 29, 2006 12:25 PM
> All combinations of 20 types gives 400 variants. It's big
> for mpl::vector but I believe modern compilers can process typelists
> of this length if a library is carefully crafted.

Sounds like real variadic templates would be time better spent no? For
the compiler writers that is.