tti_acknowledgements.qbk 1.1 KB

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