c++.stlsoft - STLSoft 1.9.57 released
- Matt Wilson (43/43) Oct 10 2008 Download from http://stlsoft.org/
 
Download from http://stlsoft.org/
============================================================================
Changes for 1.9.57 (10th October 2008)
Summary:
========
 * addition of missing const_reference member type in various Windows
   controls collection classes
 * C / C++ compatibility fixes for COMSTL
 * fix of minor non-standard name in winstl::int_to_string() supporting
   class
 * a large number of files were altered in minor ways, to do with whitespace
   and the placement of * and & symbols
 * several files' documentation markup was cleaned up
Changes:
========
 *:
 --
  ~ a large number of files were altered in minor ways, to do with whitespace
   and the placement of * and & symbols
  ~ several files' documentation markup was cleaned up
 COMSTL:
 -------
  ~ comstl/comstl.h:
     + added the macros COMSTL_ACCESS_VARIANT_MEM_BYPTR(),
        COMSTL_ACCESS_VARIANT_MEM_BYREF(), COMSTL_ACCESS_VARIANT_vt_BYPTR(),
       COMSTL_ACCESS_VARIANT_vt_BYREF(),
       COMSTL_ACCESS_VARIANT_decVal_BYPTR(), and
       COMSTL_ACCESS_VARIANT_decVal_BYREF(), which abstract the access of
       VARIANT members between C (incl. Standard C) and C++
  ~ comstl/util/DECIMAL_functions.h:
  ~ comstl/util/VARIANT_functions.h:
     ~ compatibility with Standard-C compilation (where anonymous unions and
	   structures are not valid)
 WinSTL:
 -------
  ~ winstl/conversion/int_to_string.hpp:
     ~ rename of non-standard symbol
  ~ winstl/controls/combobox_sequence.hpp:
  ~ winstl/controls/edit_line_sequence.hpp:
  ~ winstl/controls/listbox_data_sequence.hpp:
  ~ winstl/controls/listbox_sequence.hpp:
     + added const_reference member type
============================================================================
 Oct 10 2008








 
 
 
 Matt Wilson <matthewwilson acm.org>