]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/tti/doc/tti_acknowledgements.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / tti / doc / tti_acknowledgements.qbk
1 [/
2 (C) Copyright Edward Diener 2011
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:tti_acknowledgments Acknowledgments]
9
10 The TTI library came out of my effort to take the
11 `type_traits_ext` part of the unfinished Concept Traits
12 Library and expand it. So my first thanks go to
13 Terje Slettebo and Tobias Schwinger, the authors of
14 the CTL. I have taken, and hopefully improved upon,
15 the ideas and implementation in that library, and added
16 some new functionality.
17
18 I would also like to thank Joel Falcou for
19 his help and his introspection work.
20
21 Two of the introspection templates are taken from the MPL and
22 lifted into my library under a different name for the sake
23 of completeness, so I would like to thank Aleksey Gurtovoy and
24 David Abrahams for that library, and Daniel Walker for work on
25 those MPL introspection macros.
26
27 Finally thanks to Anthony Williams for supplying a workaround
28 for a Visual C++ bug which is needed for introspecting member
29 data where the type of the member data is a compound type.
30
31 [endsect]