42 void testBasicVisitor ();
43 void testBasicVisitorGenericFallback ();
44 void testBasicVisitorCoercion ();
45 void testBasicVisitorCoercionGenericFallback ();
47 void testNonCopyableFunctors ();
49 void testDifferentReturnTypes ();
51 void testAcceptsRValueRef ();
53 void testLValueRef ();
54 void testLValueRef2 ();
56 void testPrepareVisitor ();
57 void testPrepareVisitorConst ();
58 void testPrepareVisitorRValue ();
59 void testPrepareVisitorFinally ();
60 void testPrepareJustAutoVisitor ();
61 void testPrepareRecursiveVisitor ();
62 void testPrepareVisitorMutable ();