forked from boostorg/detail
fixed include guard clash with boost/regex/config/allocator.hpp
[SVN r23006]
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user