From 3b39c6bbcde11184bc1b5f3d081f217c168b4db1 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Mon, 5 Dec 2005 17:59:21 +0000 Subject: [PATCH] fix bad include guard [SVN r31919] --- include/boost/mpl/map/aux_/at_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/mpl/map/aux_/at_impl.hpp b/include/boost/mpl/map/aux_/at_impl.hpp index ae5d3e3..45f83d0 100644 --- a/include/boost/mpl/map/aux_/at_impl.hpp +++ b/include/boost/mpl/map/aux_/at_impl.hpp @@ -1,6 +1,6 @@ -#ifndef BOOST_MPL_SET_AUX_AT_IMPL_HPP_INCLUDED -#define BOOST_MPL_SET_AUX_AT_IMPL_HPP_INCLUDED +#ifndef BOOST_MPL_MAP_AUX_AT_IMPL_HPP_INCLUDED +#define BOOST_MPL_MAP_AUX_AT_IMPL_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2003-2004 // Copyright David Abrahams 2003-2004