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