Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78215 - trunk/libs/local_function/test
From: lorcaminiti_at_[hidden]
Date: 2012-04-26 21:58:13


Author: lcaminiti
Date: 2012-04-26 21:58:13 EDT (Thu, 26 Apr 2012)
New Revision: 78215
URL: http://svn.boost.org/trac/boost/changeset/78215

Log:
Pin pointing an internal VACPP 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-26 21:58:13 EDT (Thu, 26 Apr 2012)
@@ -34,13 +34,13 @@
                 return *this_;
             } BOOST_LOCAL_FUNCTION_NAME(t)
             t();
-/*
+
             const int BOOST_LOCAL_FUNCTION( (const bind a)
                     (const bind& b) (const bind& p) (const bind q)
                     (const bind this_) ) {
                 return a;
             } BOOST_LOCAL_FUNCTION_NAME(lt)
- lt();*/
+ lt();
         }
         { // Only plain binds.
             int c, d;


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