Changes between Version 35 and Version 36 of Guidelines/MaintenanceGuidelines
- Timestamp:
- Nov 23, 2009, 5:37:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guidelines/MaintenanceGuidelines
v35 v36 670 670 <toolset>msvc:<asynch-exceptions>on # Needed for Boost.Test 671 671 <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. 673 673 # The define of macros below prevent warnings about the checked versions of SCL and CRT libraries. 674 674 # Most Boost code does not need these versions (as they are markedly slower).