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