diff --git a/doc/credits.qbk b/doc/credits.qbk index 39eef4b..b51382f 100644 --- a/doc/credits.qbk +++ b/doc/credits.qbk @@ -18,7 +18,8 @@ current maintainer of the library. This version of type traits library is based on contributions by Adobe Systems Inc, David Abrahams, Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat Marcus, -Itay Maman, John Maddock, Thorsten Ottosen, Robert Ramey and Jeremy Siek. +Itay Maman, John Maddock, Thorsten Ottosen, Robert Ramey, Jeremy Siek +and Antony Polukhin. Mat Marcus and Jesse Jones invented, and [@http://opensource.adobe.com/project4/project.shtml published a paper describing], diff --git a/doc/history.qbk b/doc/history.qbk index 60aebf5..2dde9f8 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -7,6 +7,9 @@ [section:history History] +[h4 Boost 1.55.0] + +* Added new trait __is_copy_constructible. [h4 Boost 1.54.0] diff --git a/doc/html/boost_typetraits/background.html b/doc/html/boost_typetraits/background.html index 382fc9c..b4fa7fa 100644 --- a/doc/html/boost_typetraits/background.html +++ b/doc/html/boost_typetraits/background.html @@ -3,7 +3,7 @@ Background and Tutorial - + @@ -57,7 +57,7 @@

- Type + Type Traits

@@ -86,7 +86,7 @@

- Implementation + Implementation

There are far too many separate classes contained in the type-traits library @@ -176,7 +176,7 @@

- Optimized + Optimized copy

@@ -195,7 +195,7 @@ copy in terms of memcpy all of the following conditions need to be met:

-