Changes between Version 1 and Version 2 of BoostRegressionsV2
- Timestamp:
- Feb 16, 2006, 2:56:29 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostRegressionsV2
v1 v2 1 2 1 = Running C++ Boost regressions with Boost.Build V2 = 3 2 … … 29 28 }}} 30 29 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.30 Another 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. 32 31 33 32 After declaring a toolset version, it's possible to use {{{base-toolset}}}-{{{version}}} to request this toolset when building.
