Skip to content

Commit eb3fa54

Browse files
DOC: Fix a typo in the 'Standalone Usage' section. (#852)
1 parent 989fffb commit eb3fa54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/html/math_toolkit/standalone.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
Note that once the library is in standalone mode, you must have a conforming
4747
C++11 compiler as no allowances will be made for possible compiler defects
4848
which would otherwise be detected by Boost.Config. In addition, if you use
49-
a section of the library which makes (possibly optionsal) use of features from
49+
a section of the library which makes (possibly optional) use of features from
5050
later C++ standards, then support for that later standard version becomes pretty
5151
much mandatory. In other words, if you hit issues, try upping your compiler's
5252
conformance level to C++17 if you can.

doc/overview/standalone.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In order to do this you must either:
77
* Define `BOOST_MATH_STANDALONE` on the compiler command line. This will force the library into standalone mode even when other Boost headers are present.
88

99
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
10-
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
10+
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
1111
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
1212
conformance level to C++17 if you can.
1313

0 commit comments

Comments
 (0)