
On 01/17/11 14:18, Paul wrote:
la> [snip]
Could you post a test driver showing the problem. I'd like to see how:
In rough (but working) code:
class CVisitBinary : public static_visitor<bool> Is this the variant static_visitor or the one from your
However, it appears to need, at least, the #includes: #include <boost/shared_ptr.hpp> #include <boost/mpl/vector.hpp> #include <boost/preprocessor/cat.hpp> #include <boost/preprocessor/iteration/local.hpp> #include <boost/test/minimal.hpp> Anything else? previous post: http://article.gmane.org/gmane.comp.lib.boost.user/65156 ? [snip]
template<typename Typelist, typename ElementType1, typename ElementType2> void TestVariantBinary() { typedef Layout::make_variant_over<Typelist>::type variant_t;
Is Layout a new namespace? I don't see it in this post or the previous one? [snip] Thanks for any help, Paul. -regards, Larry