Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50937 - trunk/boost/fusion/include
From: joel_at_[hidden]
Date: 2009-01-31 19:00:59


Author: djowel
Date: 2009-01-31 19:00:58 EST (Sat, 31 Jan 2009)
New Revision: 50937
URL: http://svn.boost.org/trac/boost/changeset/50937

Log:
fix wrong include
Text files modified:
   trunk/boost/fusion/include/remove.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/fusion/include/remove.hpp
==============================================================================
--- trunk/boost/fusion/include/remove.hpp (original)
+++ trunk/boost/fusion/include/remove.hpp 2009-01-31 19:00:58 EST (Sat, 31 Jan 2009)
@@ -4,9 +4,9 @@
     Distributed under the Boost Software License, Version 1.0. (See accompanying
     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 ==============================================================================*/
-#if !defined(FUSION_INCLUDE_REMOVE_IF)
-#define FUSION_INCLUDE_REMOVE_IF
+#if !defined(FUSION_INCLUDE_REMOVE)
+#define FUSION_INCLUDE_REMOVE
 
-#include <boost/fusion/algorithm/transformation/remove_if.hpp>
+#include <boost/fusion/algorithm/transformation/remove.hpp>
 
 #endif


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