From 517ee146c3f66fd460594c41d7b3b29060ca9ee8 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Fri, 14 Apr 2017 14:10:10 +0200 Subject: [PATCH] docu: description of BOOST_NO_CXX14_STD_EXCHANGE --- doc/macro_reference.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index cb9d5972..0f6554d7 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -910,6 +910,7 @@ Foo foo = { 0 }; [[`BOOST_NO_CXX14_CONSTEXPR`][The compiler does not support relaxed `constexpr`.]] [[`BOOST_NO_CXX14_DECLTYPE_AUTO`][The compiler does not support `decltype(auto)`.]] [[`BOOST_NO_CXX14_DIGIT_SEPARATORS`][The compiler does not support digit separators (e.g. `1'000'000`).]] +[[`BOOST_NO_CXX14_STD_EXCHANGE`][The compiler does not support `std::exchange()`.]] [[`BOOST_NO_CXX14_GENERIC_LAMBDAS`][The compiler does not support generic lambda (e.g. `[](auto v){ }`).]] [[`BOOST_NO_CXX14_HDR_SHARED_MUTEX`][The standard library does not provide header .]] [[`BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES`][The compiler does not support initialized lambda capture (e.g. `[foo = 42]{ }`).]]