I'm using an instance of the boost::variant type as the token value of
a non-trivial grammar. The type list is 24 items long. Apparently
there is a type list limit of 20 items. Is this correct? Is this just
a matter of building the cases, or is it dictated by some platform
limit on template type arguments? (Is it actually dictated by the
apply_visitor template?)
Thanks for any info. (I briefly wandered around the boost headers, but
their organization is not transparent to the uninitiated.)
-thant
--
[ See http://www.gotw.ca/resources/clcm.htm
for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]