credits.qbk 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. [section:credits Credits]
  8. This documentation was pulled together by John Maddock, using
  9. [@../../../../doc/html/quickbook.html Boost.Quickbook]
  10. and [@../../../../doc/html/boostbook.html Boost.DocBook].
  11. The original version of this library was created by Steve Cleary,
  12. Beman Dawes, Howard Hinnant, and John Maddock. John Maddock is the
  13. current maintainer of the library.
  14. This version of type traits library is based on contributions by
  15. Adobe Systems Inc, David Abrahams, Steve Cleary,
  16. Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse Jones, Mat Marcus,
  17. Itay Maman, John Maddock, Thorsten Ottosen, Robert Ramey, Jeremy Siek,
  18. Antony Polukhin and Glen Fernandes.
  19. Mat Marcus and Jesse Jones invented, and
  20. [@http://opensource.adobe.com/project4/project.shtml published a paper describing],
  21. the partial specialization workarounds used in this library.
  22. Aleksey Gurtovoy added MPL integration to the library.
  23. The __is_convertible template is based on code originally devised by
  24. Andrei Alexandrescu, see
  25. "[@http://www.cuj.com/experts/1810/alexandr.htm?topic=experts
  26. Generic<Programming>: Mappings between Types and Values]".
  27. The latest version of this library and documentation can be found at
  28. [@http://www.boost.org www.boost.org]. Bugs, suggestions and discussion
  29. should be directed to boost@lists.boost.org
  30. (see [@http://www.boost.org/more/mailing_lists.htm#main
  31. www.boost.org/more/mailing_lists.htm#main] for subscription details).
  32. [endsect]