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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user