www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - STLSoft 1.9.12 released

Download from http://stlsoft.org/

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

Changes for 1.9.12 (19th December 2007)

Summary:
==========

 * features enhancements to fixed array classes

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

 STLSoft:
 --------

 + stlsoft::fixed_array_?d::data() (mutating form) methods for all 4 classes

 + stlsoft::fixed_array_?d::swap() methods for all 4 classes

Fixes:
======

 STLSoft:
 --------

 ~ fix to stlsoft::stl_collection_tag, to derive it from
   stlsoft::collection_tag


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

Changes for 1.9.11 (17th December 2007)

Summary:
==========

 * minor modifications and bug-fixes

Changes:
========

 STLSoft:
 --------

 + discrimination of RTTI support, in the form of the symbol
   STLSOFT_CF_RTTI_SUPPORT, which will be defined when support is enabled.
   This is required for the new xTests project (which will be released in
   January 2008)

 + stlsoft::cmdargs class has significant breaking changes:
    + added has_option() method
    + added has_value() method
    ~ removed m_ from public fields of cmdargs::option class
    ~ removed m_ from public fields of cmdargs::value class
    ~ renamed m_value member of cmdargs::value to name

 ~ stlsoft::must_init has had numerous fixes

 ~ fixed bug, that manifests in widestring compilation, in
   stlsoft/filesystem/searchspec_sequence.hpp


============================================================================
Dec 18 2007