2
0
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:
Rene Rivera
2019-04-03 21:50:52 -05:00
parent 39e834c175
commit 856ca2a783

View File

@@ -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.