Changes between Version 35 and Version 36 of Guidelines/MaintenanceGuidelines


Ignore:
Timestamp:
Nov 23, 2009, 5:37:16 PM (13 years ago)
Author:
Paul A. Bristow
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Guidelines/MaintenanceGuidelines

    v35 v36  
    670670      <toolset>msvc:<asynch-exceptions>on # Needed for Boost.Test
    671671      <toolset>msvc:<cxxflags>/Za # Disable MS extensions.
    672       #-<toolset>msvc:<cxxflags>/Za # (Re-)Enable MS extensions if these are definitely required for specifi module.
     672      #-<toolset>msvc:<cxxflags>/Za # (Re-)Enable MS extensions if these are definitely required for specific module.
    673673      #  The define of macros below prevent warnings about the checked versions of SCL and CRT libraries.
    674674      #  Most Boost code does not need these versions (as they are markedly slower).