c++.stlsoft - STLSoft 1.9.76 released
- Matt Wilson (23/23) Mar 06 2009 Download from http://stlsoft.org/
Download from http://stlsoft.org/
============================================================================
Changes for 1.9.76 (6th March 2009)
Summary:
========
* added swap() methods to memory_mapped_file classes in UNIXSTL and WinSTL
* corrected defect in VC++ detection of bad_alloc support (which only
affects VC++ 6 or earlier)
Changes:
========
STLSoft:
========
~ include/stlsoft/internal/cccap/msvc.h:
~ corrected detection of bad_alloc support
UNIXSTL:
========
~ include/unixstl/filesystem/memory_mapped_file.hpp:
+ added swap() method, and std::swap() overload
WinSTL:
=======
~ include/winstl/filesystem/memory_mapped_file.hpp:
+ added swap() method, and std::swap() overload
============================================================================
Mar 06 2009








Matt Wilson <matthewwilson acm.org>