1 | <html> |
---|
2 | <head> |
---|
3 | <title>acknowledgements.html</title> |
---|
4 | <link rel="stylesheet" type="text/css" href="styles.css"> |
---|
5 | </head> |
---|
6 | <body> |
---|
7 | <h4>Acknowledgements</h4> |
---|
8 | <div> |
---|
9 | The following are a few acknowledgements of people that contributed to |
---|
10 | or were instrumental in the development of the library by Vesa Karnoven and myself. |
---|
11 | </div> |
---|
12 | <h4>Vesa Karvonen</h4> |
---|
13 | <div> |
---|
14 | The original idea of passing two extra parameters to REPEAT, which makes it possible to create preprocessor code on top of it, |
---|
15 | was due to Aleksey Gurtovoy. |
---|
16 | The invokeable IDENTITY macro was invented by him. |
---|
17 | He also suggested the name for the library. |
---|
18 | Many thanks to Aleksey for his insights! |
---|
19 | </div> |
---|
20 | <div> |
---|
21 | Thanks to everyone who participated in the review: David Abrahams, Beman Dawes, Ronald Garcia, Douglas Gregor, Aleksey Gurtovoy, Jeremy Siek, and Daryle Walker. |
---|
22 | </div> |
---|
23 | <div> |
---|
24 | Thanks to Chris Little and Mat Marcus for providing help with MWCW. |
---|
25 | </div> |
---|
26 | <div> |
---|
27 | The original automatic recursion technique, which makes many of the library |
---|
28 | primitives easier to use, was invented by Paul Mensonides. |
---|
29 | </div> |
---|
30 | <div> |
---|
31 | The PREPROCESSOR library has been developed by Vesa Karvonen. |
---|
32 | </div> |
---|
33 | <h4>Paul Mensonides</h4> |
---|
34 | <div> |
---|
35 | Thanks to Vesa Karvonen for the original conception of the library. |
---|
36 | His work, his help, and his opinions are all much appreciated. |
---|
37 | </div> |
---|
38 | <div> |
---|
39 | Thanks also to David Abrahams for his observations and continued support. |
---|
40 | </div> |
---|
41 | <div> |
---|
42 | The help of several other Boost developers is also greatly appreciated. |
---|
43 | In particular, thanks to Aleksey Gurtovoy for his suggestions and to Ralf W. Grosse-Kunstleve for providing |
---|
44 | access to several compilers for testing. |
---|
45 | </div> |
---|
46 | <hr size="1"> |
---|
47 | <div style="margin-left: 0px;"> |
---|
48 | <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i> |
---|
49 | </div> |
---|
50 | <div style="margin-left: 0px;"> |
---|
51 | Permission to copy, use, modify, sell and distribute this document is granted provided this copyright notice appears in all copies. |
---|
52 | This document is provided "as is" without express or implied warranty and with no claim as to its suitability for any purpose. |
---|
53 | </div> |
---|
54 | </body> |
---|
55 | </html> |
---|