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