c++.stlsoft - STLSoft 1.9.73 released
- Matt Wilson (22/22) Feb 03 2009 Download from http://stlsoft.org/
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








Matt Wilson <matthewwilson acm.org>