|
boost::variantMiscellaneous |
boost::variant
boost::incomplete
.
boost::apply_visitor
boost::static_visitor
.
boost::get
.boost::empty
.To date the code and test harness have been compiled and tested successfully using Microsoft Visual C++ 7.0 and GNU C++ 2.95/3.1.
Instantiation with aboost::mpl
sequence is not supported under MSVC.
|
-ftemplate-depth-50
to the compiler.
This will increase the maximum depth to 50.
|
/Zm200
to the compiler. This will increase
the heap by a factor of 200%.Revised 10 February 2003
© Copyright Eric Friedman and Itay Maman 2002-2003. All rights reserved.
Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Eric Friedman and Itay Maman make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.