Relational Template Library -- incorrect link

Sorry, I provided an incorrect link to the library. The correct one is: http://groups.yahoo.com/group/boost/files/tables.zip Arkadiy _________________________________________________________________ What are the 5 hot job markets for 2004? Click here to find out. http://msn.careerbuilder.com/Custom/MSN/CareerAdvice/WPI_WhereWillWeFindJobsIn2004.htm?siteid=CBMSN3006&sc_extcmp=JS_wi08_dec03_hotmail1

Is there a way to get back a variant's type list? void f() { typedef mpl::vector<int,double> type_list; typedef make_variant_over<type_list>::type variant_type; BOOST_STATIC_ASSERT(is_same<type_list, variant_type::???>::value); } Thanks!

-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Brock Peabody
Never mind, I found it.
Is there a way to get back a variant's type list?
void f() {
typedef mpl::vector<int,double> type_list; typedef make_variant_over<type_list>::type variant_type;
BOOST_STATIC_ASSERT(is_same<type_list, variant_type::???>::value); ^^^ types
(Except that this is actually false because types == vector2<int,double>).
participants (2)
-
Arkadiy Vertleyb
-
Brock Peabody