]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/type_traits/doc/credits.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / type_traits / doc / credits.qbk
CommitLineData
7c673cae
FG
1[/
2 Copyright 2007 John Maddock.
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt).
6]
7
8[section:credits Credits]
9
10This documentation was pulled together by John Maddock, using
11[@../../../../doc/html/quickbook.html Boost.Quickbook]
12and [@../../../../doc/html/boostbook.html Boost.DocBook].
13
14The original version of this library was created by Steve Cleary,
15Beman Dawes, Howard Hinnant, and John Maddock. John Maddock is the
16current maintainer of the library.
17
18This version of type traits library is based on contributions by
19Adobe Systems Inc, David Abrahams, Steve Cleary,
20Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat Marcus,
21Itay Maman, John Maddock, Thorsten Ottosen, Robert Ramey, Jeremy Siek
22and Antony Polukhin.
23
24Mat Marcus and Jesse Jones invented, and
25[@http://opensource.adobe.com/project4/project.shtml published a paper describing],
26the partial specialization workarounds used in this library.
27
28Aleksey Gurtovoy added MPL integration to the library.
29
30The __is_convertible template is based on code originally devised by
31Andrei Alexandrescu, see
32"[@http://www.cuj.com/experts/1810/alexandr.htm?topic=experts
33Generic<Programming>: Mappings between Types and Values]".
34
35The latest version of this library and documentation can be found at
36[@http://www.boost.org www.boost.org]. Bugs, suggestions and discussion
37should be directed to boost@lists.boost.org
38(see [@http://www.boost.org/more/mailing_lists.htm#main
39www.boost.org/more/mailing_lists.htm#main] for subscription details).
40
41[endsect]
42