Changes between Version 23 and Version 24 of Guidelines/MaintenanceGuidelines
- Timestamp:
- Nov 9, 2009, 5:52:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guidelines/MaintenanceGuidelines
v23 v24 547 547 avoiding vendor specific extensions if possible. 548 548 549 See also [https://svn.boost.org/trac/boost/wiki/WarningFixes] for progress on warning suppression.[[BR]] 550 549 551 '''Reasons to eliminate or suppress warnings:''' 550 552 … … 605 607 <toolset>msvc:<asynch-exceptions>on # Needed for Boost.Test 606 608 <toolset>msvc:<cxxflags>/Za # Disable MS extensions. 607 # <toolset>msvc:<cxxflags>/Z c# Enable MS extensions if these are definitely required.609 # <toolset>msvc:<cxxflags>/Ze # Enable MS extensions if these are definitely required. 608 610 # The define of macros below prevent warnings about the checked versions of SCL and CRT libraries. 609 611 # Most Boost code does not need these versions (as they are markedly slower).