January 17, 2009
Download from http://stlsoft.org/

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

Changes for 1.9.67 (17th January 2009)

Summary:
========

 * compatibility with GCC on Fedora on PPC
 * correction of semantics of null_allocator

Changes:
========

 STLSoft:
 ========

 ~ include/stlsoft/stlsoft.h:
    ~ minor mods to documentation markup

 ~ include/stlsoft/internal/cccap/gcc.h:
    ~ PowerPC (Fedora Linux) compatibility fix (thanks to Sergey Nikulov)

 ~ include/stlsoft/memory/null_allocator.hpp:
    ~ when exception support is enabled it throws std::bad_alloc; otherwise, requesting memory from it is a contract violation

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