summaryrefslogtreecommitdiff
path: root/libs/bind/doc/mem_fn/acknowledgements.qbk
blob: 46d2b82fa3f50dca0d824b870580e2d69f91c3b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[/
 /  Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd.
 /  Copyright (c) 2003-2005 Peter Dimov
 /
 / Distributed under the Boost Software License, Version 1.0. (See
 / accompanying file LICENSE_1_0.txt or copy at
 / http://www.boost.org/LICENSE_1_0.txt)
 /]

[section:acknowledgements Acknowledgements]

* Rene Jager's initial suggestion of using traits classes to make `mem_fn`
adapt to user-defined smart pointers inspired the `get_pointer`-based design.

* Numerous improvements were suggested during the formal review period by
Richard Crossley, Jens Maurer, Ed Brey, and others. Review manager was Darin
Adler.

* Steve Anichini pointed out that COM interfaces use `__stdcall`.

* Dave Abrahams modified `bind` and `mem_fn` to support `void` returns on
deficient compilers.

* Daniel Boelzle pointed out that UDK uses `__cdecl`.

This documentation was ported to Quickbook by Agustín Bergé.

[endsect]