From acea9bf9faf5a2bae0a98a3bf4c8c1aca437792e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Wed, 2 Jun 2004 15:54:10 +0000 Subject: [PATCH] fixed include guard clash with boost/regex/config/allocator.hpp [SVN r23006] --- include/boost/detail/allocator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/detail/allocator.hpp b/include/boost/detail/allocator.hpp index e2cb07d..f35e45e 100644 --- a/include/boost/detail/allocator.hpp +++ b/include/boost/detail/allocator.hpp @@ -6,8 +6,8 @@ * See Boost website at http://www.boost.org/ */ -#ifndef BOOST_DETAIL_ALLOCATOR_HPP -#define BOOST_DETAIL_ALLOCATOR_HPP +#ifndef BOOST_DETAIL_ALLOCATOR_JMLM_HPP +#define BOOST_DETAIL_ALLOCATOR_JMLM_HPP #include /* keep it first to prevent nasty warns in MSVC */ #include