Moved detail/allocator.hpp into regex directory.

[SVN r22967]
This commit is contained in:
John Maddock
2004-05-28 12:21:44 +00:00
parent 55a6787950
commit c3f14400b0
4 changed files with 284 additions and 3 deletions

View File

@ -52,7 +52,7 @@
# include <vector>
# include <boost/config.hpp>
# include <boost/cstdint.hpp>
# include <boost/detail/allocator.hpp>
# include <boost/regex/config/allocator.hpp>
# include <boost/regex/config/cstring.hpp>
# include <boost/throw_exception.hpp>
# include <boost/scoped_ptr.hpp>