From 160420223c159e7be4f1007f03ccdade2ed1104c Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 24 Aug 2005 09:59:14 +0000 Subject: [PATCH] Disabled support for external templates with Intel 8.0 and earlier (it leads to unresolved externals). [SVN r30643] --- doc/Attic/history.html | 31 +++++++++++++++++-------------- doc/history.html | 31 +++++++++++++++++-------------- include/boost/regex/config.hpp | 8 ++++++++ 3 files changed, 42 insertions(+), 28 deletions(-) diff --git a/doc/Attic/history.html b/doc/Attic/history.html index 4ffc9d23..8b7c29e5 100644 --- a/doc/Attic/history.html +++ b/doc/Attic/history.html @@ -27,25 +27,28 @@

Boost 1.33.0 Hotfix

+ Changed the deffinition of regex_error to make it backwards compatible with + Boost-1.32.0. +
  • + Disabled external templates for Intel C++ 8.0 and earlier - otherwise + unresolved references can occur.
  • Boost 1.33.0.

    Boost 1.33.0.