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