From 94a3a9baf94ad86a1f94c1d7f4452e2e6451492c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 25 Apr 2017 21:14:11 +0100 Subject: [PATCH] Fix some quickbook markup --- doc/compliance.qbk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/compliance.qbk b/doc/compliance.qbk index 1553d987..711ab3f8 100644 --- a/doc/compliance.qbk +++ b/doc/compliance.qbk @@ -64,9 +64,9 @@ Due to imperfect move emulation, some assignments might check The following support is required for full use of C++11 style construction/destruction: - * Variadic templates. - * Piecewise construction of `std::pair`. - * Either `std::allocator_traits` or expression SFINAE. +* Variadic templates. +* Piecewise construction of `std::pair`. +* Either `std::allocator_traits` or expression SFINAE. This is detected using Boost.Config. The macro `BOOST_UNORDERED_CXX11_CONSTRUCTION` will be set to 1 if it is found, or 0