extening variant<> types to more than 20
18 Aug
2008
18 Aug
'08
10:09 a.m.
Hello, how can one make variants over mpl sequences with over 20 types? i tried to redefine BOOST_VARIANT_LIMIT_TYPES to 21 for e.g. without success, regards,
30 Aug
30 Aug
6:02 p.m.
AMDG Hicham Mouline wrote:
Hello,
how can one make variants over mpl sequences with over 20 types? i tried to redefine BOOST_VARIANT_LIMIT_TYPES to 21 for e.g. without success,
The following compiles for me.
#include
::type variant_type;
int main() { variant_type v; } In Christ, Steven Watanabe
5920
Age (days ago)
5932
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hicham Mouline
-
Steven Watanabe