mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Fix C++ text refs.
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
After even more years of development the landscape of build systems has changed
|
||||
considerably, and so has the landscape of compilers. This version marks the
|
||||
start of B2 transitioning to a C++ implementation. Initially this means that
|
||||
start of B2 transitioning to a {CPP} implementation. Initially this means that
|
||||
the engine will be compiled as C++ source but that source is still the base
|
||||
C implementation. Over time it will transform to a C++ code base in both the
|
||||
C implementation. Over time it will transform to a {CPP} code base in both the
|
||||
engine and build system. Some changes in this start:
|
||||
|
||||
* Requires C++ 11 to build engine.
|
||||
* Requires {CPP} 11 to build engine.
|
||||
* Simplified build scripts to make it easier to maintain.
|
||||
* Building with C++ optimizations gives an immediate performance improvement.
|
||||
* Building with {CPP} optimizations gives an immediate performance improvement.
|
||||
|
||||
Reference in New Issue
Block a user