From 5d7d59332736def851c475ba1bd01b99fe2220bd Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sat, 21 Jun 2008 02:55:14 +0000 Subject: [PATCH] Fix duplicate include guards (ticket #1568) [SVN r46570] --- include/boost/mpl/min_max.hpp | 8 ++++---- include/boost/mpl/vector/aux_/front.hpp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/boost/mpl/min_max.hpp b/include/boost/mpl/min_max.hpp index fd8a428..1142bf4 100644 --- a/include/boost/mpl/min_max.hpp +++ b/include/boost/mpl/min_max.hpp @@ -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 @@ BOOST_MPL_AUX_NA_SPEC(2, max) }} -#endif // BOOST_MPL_MAX_HPP_INCLUDED +#endif // BOOST_MPL_MIN_MAX_HPP_INCLUDED diff --git a/include/boost/mpl/vector/aux_/front.hpp b/include/boost/mpl/vector/aux_/front.hpp index 60139f7..c4d00d6 100644 --- a/include/boost/mpl/vector/aux_/front.hpp +++ b/include/boost/mpl/vector/aux_/front.hpp @@ -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 @@ struct front_impl< aux::vector_tag > }} -#endif // BOOST_MPL_LIST_AUX_FRONT_HPP_INCLUDED +#endif // BOOST_MPL_VECTOR_AUX_FRONT_HPP_INCLUDED