www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - STLSoft 1.9.85 released

Download from http://stlsoft.org/

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

Changes for 1.9.85 (16th June 2009)

Summary:
========

 * added merge() and swap() to stlsoft::frequence_map class template
 * winstl::listview_sequence::value_type::string_type (aka lvs_string_t) is now
overrideable via the preprocessor, in preparation for future expansion of
flexibility

Changes:
========

 ATLSTL:
 =======

 ~ atlstl/window/enhanced_window.hpp:
    ~ refactored child dialog handle elicitation to single private method, in
preparation of future increased flexibility

 STLSoft:
 ========

 ~ stlsoft/containers/frequency_map.hpp:
    + added merge() method, which adds the entries and counts to the map
    + added swap()
    ~ changed default count type to unsigned int for VC++ pre-7.0, to avoid
incompatibilities with other libraries

 ~ stlsoft/error/error_desc.hpp:
    ~ nothrow on get_description() and c_str()

 WinSTL:
 =======

 ~ winstl/controls/listview_sequence.hpp:
    ~ lvs_string_t may now be overridden via the pre-processor, in preparation
for future expansion of flexibility

============================================================================
Jun 16 2009