Changes between Version 19 and Version 20 of Guidelines/MaintenanceGuidelines
- Timestamp:
- Nov 7, 2009, 6:07:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guidelines/MaintenanceGuidelines
v19 v20 572 572 For Microsoft Visual Studio, this means setting level to 4 (command line /W4).[[BR]] 573 573 For code that doesn't deliberately use Microsoft language extensions, disable them with Disable MS extensions = Yes, command line option /Za[[BR]] 574 575 To a jamfile add <toolset>msvc:<cxxflags>/Za # disable MS extensions.[[BR]] 576 577 If it proves impossible to compile with the \Za option (it is reported to cause trouble with the compiler sometimes), just document this, including in the build jamfile. 574 578 575 579 (You might also consider using Microsoft /Wall if available. You may find