From 0a88a6ea8eb497e28d9ebcb2d139ebf9dfc3e96d Mon Sep 17 00:00:00 2001 From: Lorenzo Caminiti Date: Thu, 10 May 2012 19:43:29 +0000 Subject: [PATCH] Trying to pin-point a VACPP internal error. [SVN r78409] --- test/all_decl.cpp | 4 ++-- test/all_decl_seq.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;