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]