Updated build system.

Fixes for vc7+stlport


[SVN r20952]
This commit is contained in:
John Maddock
2003-11-26 11:46:19 +00:00
parent c642977acd
commit 2e9fa8c8f8
5 changed files with 563 additions and 584 deletions

View File

@ -182,7 +182,7 @@ public:
void destroy(pointer p) const
{ boost::detail::allocator_destroy(p); }
#ifndef BOOST_NO_MEMBER_TEMPLATES
#ifdef BOOST_MSVC6_MEMBER_TEMPLATES
template <class U>
struct rebind
{
@ -208,7 +208,7 @@ public:
typedef jm_debug_alloc base_type;
#ifndef BOOST_NO_MEMBER_TEMPLATES
#ifdef BOOST_MSVC6_MEMBER_TEMPLATES
template <class U>
struct rebind
{