Boost logo

Boost :

From: François Dumont (francois.cppdevs_at_[hidden])
Date: 2005-08-24 08:39:18


Sorry for the mistake, here is the patch file.

Bests


*** stlport.hpp.orig Tue Aug 23 19:06:41 2005
--- stlport.hpp Mon Aug 22 21:15:14 2005
***************
*** 74,80 ****
  //
  #define BOOST_HAS_PARTIAL_STD_ALLOCATOR
  
! #if !defined(_STLP_MEMBER_TEMPLATE_CLASSES)
  # define BOOST_NO_STD_ALLOCATOR
  #endif
  
--- 74,80 ----
  //
  #define BOOST_HAS_PARTIAL_STD_ALLOCATOR
  
! #if !defined(_STLP_MEMBER_TEMPLATE_CLASSES) || defined(_STLP_DONT_SUPPORT_REBIND_MEMBER_TEMPLATE)
  # define BOOST_NO_STD_ALLOCATOR
  #endif
  


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk