mirror of
https://github.com/boostorg/local_function.git
synced 2026-01-24 06:02:07 +00:00
Trying to pin-point a VACPP internal error.
[SVN r78409]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user