Resolved all LocalFunctions to-dos. Still trying to pin-point a VACPP internal error.

[SVN r78371]
This commit is contained in:
Lorenzo Caminiti
2012-05-07 18:54:38 +00:00
parent c73a4e1d8f
commit b229ae8f73
6 changed files with 7 additions and 22 deletions

View File

@@ -124,10 +124,11 @@ struct s {
(const bind p) (bind this_) ) {
} BOOST_LOCAL_FUNCTION_NAME(pt)
pt();*/
/** is this the problem?
void BOOST_LOCAL_FUNCTION( (const bind a) (const bind& b)
(const bind p) (bind c) (bind this_) (bind& d) (bind q) ) {
} BOOST_LOCAL_FUNCTION_NAME(lpt)
lpt();
lpt();*/
}
{ // All params, const binds, and plain binds.