Fix duplicate include guards (ticket #1568)

[SVN r46570]
This commit is contained in:
Aleksey Gurtovoy
2008-06-21 02:55:14 +00:00
parent 8335231e2e
commit 5d7d593327
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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<n_> >
}}
#endif // BOOST_MPL_LIST_AUX_FRONT_HPP_INCLUDED
#endif // BOOST_MPL_VECTOR_AUX_FRONT_HPP_INCLUDED