Changes between Version 1 and Version 2 of BoostRegressionsV2


Ignore:
Timestamp:
Feb 16, 2006, 2:56:29 PM (20 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoostRegressionsV2

    v1 v2  
    1 
    21= Running C++ Boost regressions with Boost.Build V2 =
    32
     
    2928}}}
    3029
    31 Another note is that while in V1 customized toolset is common named {{{base-toolset}}}-{{{version}}}, in V2 the version parameter to {{{using}}} should not include base toolset name. That is, using {{{hp_cxx_64_042_tru64}}} above would be a mistake.
     30Another note is that while in V1 customized toolset is commonly named {{{base-toolset}}}-{{{version}}}, in V2 the version parameter to {{{using}}} should not include base toolset name. That is, using {{{hp_cxx_64_042_tru64}}} above would be a mistake.
    3231
    3332After declaring a toolset version, it's possible to use {{{base-toolset}}}-{{{version}}} to request this toolset when building.