Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78257 - trunk/libs/local_function/test
From: lorcaminiti_at_[hidden]
Date: 2012-04-29 14:12:01


Author: lcaminiti
Date: 2012-04-29 14:12:00 EDT (Sun, 29 Apr 2012)
New Revision: 78257
URL: http://svn.boost.org/trac/boost/changeset/78257

Log:
Pin-pointing a VACPP internal error.
Text files modified:
   trunk/libs/local_function/test/all_decl_seq.cpp | 4 ++--
   1 files changed, 2 insertions(+), 2 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-04-29 14:12:00 EDT (Sun, 29 Apr 2012)
@@ -119,11 +119,11 @@
                     (bind c) (bind& d) (bind q) ) {
             } BOOST_LOCAL_FUNCTION_NAME(lct)
             lct();
-
+/**
             void BOOST_LOCAL_FUNCTION( (const bind a) (const bind& b)
                     (const bind p) (bind this_) ) {
             } BOOST_LOCAL_FUNCTION_NAME(pt)
- pt();
+ 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)


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