www.digitalmars.com         C & C++   DMDScript  

c++.announce - STLSoft 1.9.1 beta 43 released

One minor but necessary change for the new VOLE project (see
http://vole.sourceforge.net/)

A few other little fixes, and some minor feature enhancements.

Still unzipping in "root", but that will be fixed in next release.

This is probably the last beta ... but then I've said that before. ;-)

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

Changes for 1.9.1 beta 43 (22nd January 2006):

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

 + comstl::co_create_instance() overloads now have a third, defaulted,
   member, for creation context. This is required for the new VOLE project,
   which will be released tomorrow.

 + mfcstl::CArray_cadaptor and mfcstl::CArray_iadaptor now support <, <=, >,
   and >= comparison, in addition to ==, !=

 + string access shims for UDATE

 + winstl::to_FILETIME support for DATE and UDATE

 + winstl::to_SYSTEMTIME support for DATE and UDATE

Changes:
========

 ~ stlsoft::get_ptr overload for std::auto_ptr slightly modified

 ~ winstl/shims/access/string.hpp now includes
winstl/shims/access/string/time.hpp
Jan 21 2007