Boost logo

Boost-Commit :

From: agurtovoy_at_[hidden]
Date: 2008-06-20 22:55:14


Author: agurtovoy
Date: 2008-06-20 22:55:14 EDT (Fri, 20 Jun 2008)
New Revision: 46570
URL: http://svn.boost.org/trac/boost/changeset/46570

Log:
Fix duplicate include guards (ticket #1568)
Text files modified:
   trunk/boost/mpl/min_max.hpp | 8 ++++----
   trunk/boost/mpl/vector/aux_/front.hpp | 8 ++++----
   2 files changed, 8 insertions(+), 8 deletions(-)

Modified: trunk/boost/mpl/min_max.hpp
==============================================================================
--- trunk/boost/mpl/min_max.hpp (original)
+++ trunk/boost/mpl/min_max.hpp 2008-06-20 22:55:14 EDT (Fri, 20 Jun 2008)
@@ -1,8 +1,8 @@
 
-#ifndef BOOST_MPL_MAX_HPP_INCLUDED
-#define BOOST_MPL_MAX_HPP_INCLUDED
+#ifndef BOOST_MPL_MIN_MAX_HPP_INCLUDED
+#define BOOST_MPL_MIN_MAX_HPP_INCLUDED
 
-// Copyright Aleksey Gurtovoy 2000-2004
+// Copyright Aleksey Gurtovoy 2000-2008
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at
@@ -43,4 +43,4 @@
 
 }}
 
-#endif // BOOST_MPL_MAX_HPP_INCLUDED
+#endif // BOOST_MPL_MIN_MAX_HPP_INCLUDED

Modified: trunk/boost/mpl/vector/aux_/front.hpp
==============================================================================
--- trunk/boost/mpl/vector/aux_/front.hpp (original)
+++ trunk/boost/mpl/vector/aux_/front.hpp 2008-06-20 22:55:14 EDT (Fri, 20 Jun 2008)
@@ -1,8 +1,8 @@
 
-#ifndef BOOST_MPL_LIST_AUX_FRONT_HPP_INCLUDED
-#define BOOST_MPL_LIST_AUX_FRONT_HPP_INCLUDED
+#ifndef BOOST_MPL_VECTOR_AUX_FRONT_HPP_INCLUDED
+#define BOOST_MPL_VECTOR_AUX_FRONT_HPP_INCLUDED
 
-// Copyright Aleksey Gurtovoy 2000-2004
+// Copyright Aleksey Gurtovoy 2000-2008
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at
@@ -53,4 +53,4 @@
 
 }}
 
-#endif // BOOST_MPL_LIST_AUX_FRONT_HPP_INCLUDED
+#endif // BOOST_MPL_VECTOR_AUX_FRONT_HPP_INCLUDED


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