www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - STLSoft 1.9.73 released

Download from http://stlsoft.org/

============================================================================

Changes for 1.9.73 (3rd February 2009)

Summary:
========

 * added partial support for Borland 5.9.x and 6.1.x; to support use of Borland
with Pantheios
 * re-applied VC++ 7.1 workaround eroneously removed in 1.9.70

Changes:
========

 STLSoft:
 ========

 ~ include/stlsoft/stlsoft.h:
    + support for Borland 5.9.x and 6.1.x

 ~ include/stlsoft/smartptr/scoped_handle.hpp:
    + proper support for Borland, via a separate implementation (in
stlsoft/smartptr/scoped_handle_borland_.hpp)

 ~ include/stlsoft/smartptr/scoped_handle_borland_.hpp:
    + support for Borland 5.9.x and 6.1.x

 WinSTL:
 =======

 ~ include/winstl/filesystem/findfile_sequence.hpp:
    ~ workaround for VC++ 7.1 defect (requiring length() to return size_t, not
member type size_type)

============================================================================
Feb 03 2009