From 856ca2a783f346c7313aaaac79d3e46430aee87c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 3 Apr 2019 21:50:52 -0500 Subject: [PATCH] Fix C++ text refs. --- doc/src/history.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/history.adoc b/doc/src/history.adoc index 91521fe63..690e4f395 100644 --- a/doc/src/history.adoc +++ b/doc/src/history.adoc @@ -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.