Changes between Version 23 and Version 24 of Guidelines/MaintenanceGuidelines


Ignore:
Timestamp:
Nov 9, 2009, 5:52:09 PM (13 years ago)
Author:
Paul A. Bristow
Comment:

Correction & added link

Legend:

Unmodified
Added
Removed
Modified
  • Guidelines/MaintenanceGuidelines

    v23 v24  
    547547avoiding vendor specific extensions if possible.
    548548
     549See also [https://svn.boost.org/trac/boost/wiki/WarningFixes] for progress on warning suppression.[[BR]]
     550
    549551'''Reasons to eliminate or suppress warnings:'''
    550552
     
    605607      <toolset>msvc:<asynch-exceptions>on # Needed for Boost.Test
    606608      <toolset>msvc:<cxxflags>/Za # Disable MS extensions.
    607       # <toolset>msvc:<cxxflags>/Zc # Enable MS extensions if these are definitely required.
     609      # <toolset>msvc:<cxxflags>/Ze # Enable MS extensions if these are definitely required.
    608610      #  The define of macros below prevent warnings about the checked versions of SCL and CRT libraries.
    609611      #  Most Boost code does not need these versions (as they are markedly slower).