From 36e64c609fffe9d686f8b31d9b26058997232dfd Mon Sep 17 00:00:00 2001 From: Warren Weckesser Date: Sun, 23 Oct 2022 00:22:33 -0400 Subject: [PATCH] DOC: Fix a typo in the 'Standalone Usage' section. --- doc/html/math_toolkit/standalone.html | 2 +- doc/overview/standalone.qbk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/math_toolkit/standalone.html b/doc/html/math_toolkit/standalone.html index 379af39331..aef906c7cb 100644 --- a/doc/html/math_toolkit/standalone.html +++ b/doc/html/math_toolkit/standalone.html @@ -46,7 +46,7 @@ Note that once the library is in standalone mode, you must have a conforming C++11 compiler as no allowances will be made for possible compiler defects which would otherwise be detected by Boost.Config. In addition, if you use - a section of the library which makes (possibly optionsal) use of features from + a section of the library which makes (possibly optional) use of features from later C++ standards, then support for that later standard version becomes pretty much mandatory. In other words, if you hit issues, try upping your compiler's conformance level to C++17 if you can. diff --git a/doc/overview/standalone.qbk b/doc/overview/standalone.qbk index 135aff30ef..9eb21faba5 100644 --- a/doc/overview/standalone.qbk +++ b/doc/overview/standalone.qbk @@ -7,7 +7,7 @@ In order to do this you must either: * Define `BOOST_MATH_STANDALONE` on the compiler command line. This will force the library into standalone mode even when other Boost headers are present. Note that once the library is in standalone mode, you must have a conforming C++11 compiler as no allowances will be made for possible compiler defects -which would otherwise be detected by Boost.Config. In addition, if you use a section of the library which makes (possibly optionsal) use of features from +which would otherwise be detected by Boost.Config. In addition, if you use a section of the library which makes (possibly optional) use of features from later C++ standards, then support for that later standard version becomes pretty much mandatory. In other words, if you hit issues, try upping your compiler's conformance level to C++17 if you can.