diff --git a/doc/compiler_specifics.html b/doc/compiler_specifics.html index 744cc81..7073f67 100644 --- a/doc/compiler_specifics.html +++ b/doc/compiler_specifics.html @@ -316,7 +316,7 @@ The following measures can help alleviate these problems: this option range from 300 to 800.
  • If in debug mode, try switching from /ZI (Program Database for Edit and Continue) to a less demanding type of debugging information - (/Zi, /Z7 or Zd.)
  • + (/Zi, /Z7 or /Zd.)
  • Play with the precompiled headers options. Usually, turning this feature off yields the best results.
  • If the compiler emits the error @@ -408,7 +408,7 @@ Performance
    -

    Revised July 8th 2004

    +

    Revised July 14th 2004

    © Copyright 2003-2004 Joaquín M López Muñoz. Distributed under the Boost Software