Changes between Version 19 and Version 20 of Guidelines/MaintenanceGuidelines


Ignore:
Timestamp:
Nov 7, 2009, 6:07:11 PM (13 years ago)
Author:
Paul A. Bristow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Guidelines/MaintenanceGuidelines

    v19 v20  
    572572For Microsoft Visual Studio, this means setting level to 4 (command line /W4).[[BR]]
    573573For code that doesn't deliberately use Microsoft language extensions, disable them with Disable MS extensions = Yes, command line option /Za[[BR]]
     574
     575To a jamfile add  <toolset>msvc:<cxxflags>/Za # disable MS extensions.[[BR]]
     576
     577If 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.
    574578
    575579(You might also consider using Microsoft /Wall if available.  You may find