$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78409 - trunk/libs/local_function/test
From: lorcaminiti_at_[hidden]
Date: 2012-05-10 15:43:31
Author: lcaminiti
Date: 2012-05-10 15:43:29 EDT (Thu, 10 May 2012)
New Revision: 78409
URL: http://svn.boost.org/trac/boost/changeset/78409
Log:
Trying to pin-point a VACPP internal error.
Text files modified: 
   trunk/libs/local_function/test/all_decl.cpp     |     4 ++--                                    
   trunk/libs/local_function/test/all_decl_seq.cpp |     4 ++--                                    
   2 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/libs/local_function/test/all_decl.cpp
==============================================================================
--- trunk/libs/local_function/test/all_decl.cpp	(original)
+++ trunk/libs/local_function/test/all_decl.cpp	2012-05-10 15:43:29 EDT (Thu, 10 May 2012)
@@ -47,7 +47,7 @@
             } BOOST_LOCAL_FUNCTION_NAME(lt)
             lt();
         }*/
-        { // Only plain binds.
+/*        { // Only plain binds.
             int c, d;
 
             int& BOOST_LOCAL_FUNCTION(bind c, bind& d,
@@ -66,7 +66,7 @@
                 return c;
             } BOOST_LOCAL_FUNCTION_NAME(lt)
             lt();
-        }
+        }*/
 
         { // Both params and const binds.
             int a, b;
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-10 15:43:29 EDT (Thu, 10 May 2012)
@@ -102,7 +102,7 @@
             } BOOST_LOCAL_FUNCTION_NAME(lt)
             lt(1);
         }
-        { // Both const and plain binds.
+/*        { // Both const and plain binds.
             int a, b, c, d;
 
             void BOOST_LOCAL_FUNCTION( (const bind a) (const bind& b)
@@ -128,7 +128,7 @@
                     (const bind p) (bind c) (bind this_) (bind& d) (bind q) ) {
             } BOOST_LOCAL_FUNCTION_NAME(lpt)
             lpt();
-        }
+        }*/
 /*
         { // All params, const binds, and plain binds.
             int a, b, c, d;