Changes between Version 15 and Version 16 of AlternativeSelection


Ignore:
Timestamp:
Mar 28, 2007, 7:02:40 PM (19 years ago)
Author:
Dave Abrahams
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AlternativeSelection

    v15 v16  
    7676Here Boost.Build complains because the {{{<threading>single}}} is the default.  If you read ticket #16, you can see that the intended result was that Boost.Build choose the first alternative.  My proposed change would accomplish that with no change in the Jamfile.  We would lose the capability of specifying these alternatives in such a way that the build request {{{bjam toolset=gcc}}} causes an error.
    7777
     78=== Example 4 ===
     79
     80This is a real-life example that resulted in a long [http://thread.gmane.org/gmane.comp.lib.boost.testing/4202/focus=4266 thread] on the boost-testing mailing list, and was finally resolved only through an intensive back-and-forth over IRC.  I should add that it was this difficult to debug ''despite the fact that I had already written most of this proposal''; I just failed to recognize this as a manifestation of the same problem.
     81 
    7882== Details of Proposed Semantics ==
    7983