Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64574 - sandbox/variadic_templates/libs/mpl/test
From: cppljevans_at_[hidden]
Date: 2010-08-03 12:38:31


Author: cppljevans
Date: 2010-08-03 12:38:29 EDT (Tue, 03 Aug 2010)
New Revision: 64574
URL: http://svn.boost.org/trac/boost/changeset/64574

Log:
include lambdav.hpp instead of lambda.hpp
Text files modified:
   sandbox/variadic_templates/libs/mpl/test/Jamfile | 1 +
   sandbox/variadic_templates/libs/mpl/test/lambda.cpp | 6 +++---
   2 files changed, 4 insertions(+), 3 deletions(-)

Modified: sandbox/variadic_templates/libs/mpl/test/Jamfile
==============================================================================
--- sandbox/variadic_templates/libs/mpl/test/Jamfile (original)
+++ sandbox/variadic_templates/libs/mpl/test/Jamfile 2010-08-03 12:38:29 EDT (Tue, 03 Aug 2010)
@@ -74,6 +74,7 @@
  compile remove.cpp ;
  compile remove_if.cpp ;
  compile replace.cpp ;
+ compile repeat.cpp ;
  compile replace_if.cpp ;
  compile reverse.cpp ;
  compile same_as.cpp ;

Modified: sandbox/variadic_templates/libs/mpl/test/lambda.cpp
==============================================================================
--- sandbox/variadic_templates/libs/mpl/test/lambda.cpp (original)
+++ sandbox/variadic_templates/libs/mpl/test/lambda.cpp 2010-08-03 12:38:29 EDT (Tue, 03 Aug 2010)
@@ -8,12 +8,12 @@
 // See http://www.boost.org/libs/mpl for documentation.
 
 // $Id$
-// $Date: 2009/08/24 01:37:07 $
-// $Revision: 1.1 $
+// $Date: 2010/07/31 11:52:44 $
+// $Revision: 1.2 $
 
 #include <boost/mpl/logical.hpp>
 #include <boost/mpl/comparison.hpp>
-#include <boost/mpl/lambda.hpp>
+#include <boost/mpl/lambdav.hpp>
 #include <boost/mpl/size_t.hpp>
 #include <boost/mpl/int.hpp>
 #include <boost/mpl/bool.hpp>


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