[boost] Re: Help requested for Metrowerks workaround

2003-09-01 Thread Eric Friedman
Howard, Howard Hinnant wrote: [snip] If you will mail me a complete condensed demo, I'll take a look. I downloaded boost 1.30.2 but was unable to find boost/variant. -Howard Thanks for offering your assistance. Variant will make its debut in 1.31. Thus, you'll need to work from Boost CVS

[boost] Re: Help requested for Metrowerks workaround

2003-08-30 Thread Eric Friedman
Oops! I forgot to attach the test file! It's now attached. Thanks, Eric Eric Friedman wrote: Dear Boosters, I've recently added reference support to variant. For instance, the following is now supported: int i = 3; boost::variantint, double var(i); i = 2; BOOST_CHECK(