fixed include guard clash with boost/regex/config/allocator.hpp

[SVN r23006]
This commit is contained in:
Joaquín M. López Muñoz
2004-06-02 15:54:10 +00:00
parent fc82a4b926
commit acea9bf9fa

View File

@@ -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 <boost/config.hpp> /* keep it first to prevent nasty warns in MSVC */
#include <boost/detail/workaround.hpp>