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

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