From a63de62c1fd633f2da229d3fcb5cfc06292f353d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 21 Nov 2022 19:54:45 +0200 Subject: [PATCH] Document BOOST_NO_CXX11_ALIGNOF --- doc/macro_reference.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 25a5ccc4..9a2d1565 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -656,6 +656,7 @@ that are not yet supported by a particular compiler or library. [[`BOOST_NO_CXX11_ADDRESSOF`][The standard library header has no working std::addressof.]] [[`BOOST_NO_CXX11_ALIGNAS`][The compiler does not support the `alignas` keyword.]] +[[`BOOST_NO_CXX11_ALIGNOF`][The compiler does not support the `alignof` keyword.]] [[`BOOST_NO_CXX11_ALLOCATOR`][The standard library does not provide a C++11 version of `std::allocator` in .]] [[`BOOST_NO_CXX11_ATOMIC_SMART_PTR`][The standard library does not support atomic smart pointer operations.]] [[`BOOST_NO_CXX11_AUTO_DECLARATIONS`][The compiler does not support