|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78382 - trunk/libs/local_function/test
From: lorcaminiti_at_[hidden]
Date: 2012-05-08 14:05:53
Author: lcaminiti
Date: 2012-05-08 14:05:53 EDT (Tue, 08 May 2012)
New Revision: 78382
URL: http://svn.boost.org/trac/boost/changeset/78382
Log:
Trying to pin-point a VACPP internal error.
Text files modified:
trunk/libs/local_function/test/all_decl_seq.cpp | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
Modified: trunk/libs/local_function/test/all_decl_seq.cpp
==============================================================================
--- trunk/libs/local_function/test/all_decl_seq.cpp (original)
+++ trunk/libs/local_function/test/all_decl_seq.cpp 2012-05-08 14:05:53 EDT (Tue, 08 May 2012)
@@ -123,8 +123,7 @@
void BOOST_LOCAL_FUNCTION( (const bind a) (const bind& b)
(const bind p) (bind this_) ) {
} BOOST_LOCAL_FUNCTION_NAME(pt)
- pt();*/
-/** is this the problem?
+ pt();
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)
@@ -150,7 +149,7 @@
(bind this_) (int x) (int y)(default 0) ) {
} BOOST_LOCAL_FUNCTION_NAME(pt)
pt(1);
-
+/* is this the problem?
void BOOST_LOCAL_FUNCTION( (const bind a) (const bind this_)
(const bind& b) (const bind& p) (bind c) (bind& d)
(bind& q) (int x) (int y)(default 0) ) {
@@ -160,7 +159,7 @@
(const bind& p) (bind c) (bind& d) (bind this_) (bind& q)
(int x) (int y)(default 0) ) {
} BOOST_LOCAL_FUNCTION_NAME(lpt)
- lpt(1);
+ lpt(1);*/
}
}
};
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk