diff --git a/doc/Attic/history.html b/doc/Attic/history.html index bc9db007..a050fe0a 100644 --- a/doc/Attic/history.html +++ b/doc/Attic/history.html @@ -35,8 +35,8 @@ Moved declarations class-inline in static_mutex.hpp so that SGI Irix compiler can cope.
  • - Added missing #includes to fileiter.hpp and cpp_regex_traits.hpp, this is - probably an SGI Irix specific fix. + Added needed standard library #includes to fileiter.hpp, regex_workaround.hpp + and cpp_regex_traits.hpp.
  • Fixed a bug where non-greedy repeats could in certain strange curcumstances repeat more times than their maximum value. @@ -50,11 +50,14 @@ Disabled external templates for Intel C++ 8.0 and earlier - otherwise unresolved references can occur.
  • + Rewritten extern template code for gcc so that only specific member functions + are exported: otherwise strange unresolved references can occur when linking + and mixing debug and non-debug code. +
  • Initialise all the data members of the unicode_iterators: this keeps gcc from issuing needless warnings.
  • - Added needed header include to regex_workaround.hpp: appears to be an - MSVC+STLport 5 specific problem.
  • + Ported the ICU integration code to VC6 and VC7.

    Boost 1.33.0.

    + Ported the ICU integration code to VC6 and VC7.

    Boost 1.33.0.