Changes between Version 15 and Version 16 of AlternativeSelection
- Timestamp:
- Mar 28, 2007, 7:02:40 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlternativeSelection
v15 v16 76 76 Here 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. 77 77 78 === Example 4 === 79 80 This 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 78 82 == Details of Proposed Semantics == 79 83
