From 2effcfa1959b0cfd69ed71b6e8dffae3aa3c8ae9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 18 Apr 2017 10:14:26 +0100 Subject: [PATCH] Intro to compliance section Needs more info on C++17 compliance - particularly `noexecpt`. --- doc/compliance.qbk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/compliance.qbk b/doc/compliance.qbk index b0fd9472..1553d987 100644 --- a/doc/compliance.qbk +++ b/doc/compliance.qbk @@ -2,7 +2,13 @@ / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ] -[section:compliance C++11 Compliance] +[section:compliance Standard Compliance] + +The intent of Boost.Unordered is to implement a close (but inperfect) +implementation of the C++17 standard, that will work with C++98 upwards. +The wide compatibility does mean some comprimises have to be made. +With a compiler and library that fully support C++11, the differences should +be minor. [section:move Move emulation]