diff --git a/test/all_decl.cpp b/test/all_decl.cpp index 83f8e6b..67d7800 100644 --- a/test/all_decl.cpp +++ b/test/all_decl.cpp @@ -47,7 +47,7 @@ struct s { } BOOST_LOCAL_FUNCTION_NAME(lt) lt(); }*/ - { // Only plain binds. +/* { // Only plain binds. int c, d; int& BOOST_LOCAL_FUNCTION(bind c, bind& d, @@ -66,7 +66,7 @@ struct s { return c; } BOOST_LOCAL_FUNCTION_NAME(lt) lt(); - } + }*/ { // Both params and const binds. int a, b; diff --git a/test/all_decl_seq.cpp b/test/all_decl_seq.cpp index 5e8ed31..e39f653 100644 --- a/test/all_decl_seq.cpp +++ b/test/all_decl_seq.cpp @@ -102,7 +102,7 @@ struct s { } BOOST_LOCAL_FUNCTION_NAME(lt) lt(1); } - { // Both const and plain binds. +/* { // Both const and plain binds. int a, b, c, d; void BOOST_LOCAL_FUNCTION( (const bind a) (const bind& b) @@ -128,7 +128,7 @@ struct s { (const bind p) (bind c) (bind this_) (bind& d) (bind q) ) { } BOOST_LOCAL_FUNCTION_NAME(lpt) lpt(); - } + }*/ /* { // All params, const binds, and plain binds. int a, b, c, d;