www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - STLSoft 1.9.5 released

Download from http://stlsoft.org/downloads.html#stlsoft_1_9_5

Changes for 1.9.5 (4th August 2007)

Additions:
==========

 + STLSOFT_CF_CDECL_SUPPORTED, in anticipation of changes to support 64-bit
   (x64) compilation.

 + comstl::bstr::attach() method

Fixes:
======

 COMSTL:
 -------

 ~ comstl::bstr::bstr(C const* s, int len) - fixed bug whereby if len is
   less than the actual length of s, actual length is used.

 WinSTL:
 -------

 ~ correction to signature of
     winstl::basic_reg_key:: template<...> create_key: H& param is now
     H const&.

 ~ corrected pre-condition enforcements of
    winstl::system_traits::get_environment_variable
    winstl::system_traits::get_module_directory
    winstl::system_traits::get_module_filename
    winstl::system_traits::get_system_directory
    winstl::system_traits::get_windows_directory


Cheers

Matt
Aug 03 2007