Trying to pin-point a VACPP internal error.

[SVN r78409]
This commit is contained in:
Lorenzo Caminiti
2012-05-10 19:43:29 +00:00
parent d396a60501
commit 0a88a6ea8e
2 changed files with 4 additions and 4 deletions

View File

@@ -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;