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 10[section:acknowledgements Acknowledgements] 11 12* Rene Jager's initial suggestion of using traits classes to make `mem_fn` 13adapt to user-defined smart pointers inspired the `get_pointer`-based design. 14 15* Numerous improvements were suggested during the formal review period by 16Richard Crossley, Jens Maurer, Ed Brey, and others. Review manager was Darin 17Adler. 18 19* Steve Anichini pointed out that COM interfaces use `__stdcall`. 20 21* Dave Abrahams modified `bind` and `mem_fn` to support `void` returns on 22deficient compilers. 23 24* Daniel Boelzle pointed out that UDK uses `__cdecl`. 25 26This documentation was ported to Quickbook by Agustín Bergé. 27 28[endsect] 29