From 085a32ae7d6ea8d9fd270f16e266626bd3d4f734 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Wed, 16 Mar 2022 18:27:12 +0100 Subject: [PATCH] Doc: Fix description of some macros C&P issue and a typo --- doc/macro_reference.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 956e0ef1..ccb44ac9 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -1066,7 +1066,7 @@ that are not yet supported by a particular compiler or library. [[Macro ][Description ]] [[`BOOST_NO_CXX20_HDR_BARRIER`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_FORMAT`][The compiler does not support the header ``.]] -[[`BOOST_NO_CXX20_HDR_SOURCE_LOCATION`][The compiler does not support the header ``.]] +[[`BOOST_NO_CXX20_HDR_SOURCE_LOCATION`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_BIT`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_LATCH`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_SPAN`][The compiler does not support the header ``.]] @@ -1074,7 +1074,7 @@ that are not yet supported by a particular compiler or library. [[`BOOST_NO_CXX20_HDR_NUMBERS`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_STOP_TOKEN`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_CONCEPTS`][The compiler does not support the header ``.]] -[[`BOOST_NO_CXX20_HDR_RANGES`][The compiler does not support the header ``.]] +[[`BOOST_NO_CXX20_HDR_RANGES`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_SYNCSTREAM`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_COROUTINE`][The compiler does not support the header ``.]] [[`BOOST_NO_CXX20_HDR_SEMAPHORE`][The compiler does not support the header ``.]]