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