acknowledgements.qbk 922 B

12345678910111213141516171819202122232425262728
  1. [/
  2. / Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
  3. / Copyright (c) 2003-2005 Peter Dimov
  4. /
  5. / Distributed under the Boost Software License, Version 1.0. (See
  6. / accompanying file LICENSE_1_0.txt or copy at
  7. / http://www.boost.org/LICENSE_1_0.txt)
  8. /]
  9. [section:acknowledgements Acknowledgements]
  10. * Rene Jager's initial suggestion of using traits classes to make `mem_fn`
  11. adapt to user-defined smart pointers inspired the `get_pointer`-based design.
  12. * Numerous improvements were suggested during the formal review period by
  13. Richard Crossley, Jens Maurer, Ed Brey, and others. Review manager was Darin
  14. Adler.
  15. * Steve Anichini pointed out that COM interfaces use `__stdcall`.
  16. * Dave Abrahams modified `bind` and `mem_fn` to support `void` returns on
  17. deficient compilers.
  18. * Daniel Boelzle pointed out that UDK uses `__cdecl`.
  19. This documentation was ported to Quickbook by Agustín Bergé.
  20. [endsect]