vmd_acknowledgements.qbk 829 B

12345678910111213141516171819
  1. [/
  2. (C) Copyright Edward Diener 2011-2015
  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:vmd_ack Acknowledgements]
  8. First and foremost I would like to thank Paul Mensonides for providing
  9. advice, explanation and code for working with variadic macros and macros
  10. in general. Secondly I would like to thank Steve Watanabe for his help, code,
  11. and explanations. Finally I have to acknowledge that this library is an amalgam
  12. of already known techniques for dealing with variadic macros themselves,
  13. among which are techniques published online by Paul Mensonides. I have added
  14. design and some cleverness in creating the library but I could not have done
  15. it without the previous knowledge of others.
  16. [endsect]