1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Acknowledgments</title> 6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../poly_collection.html" title="Chapter 28. Boost.PolyCollection"> 10<link rel="prev" href="release_notes.html" title="Release notes"> 11<link rel="next" href="../process.html" title="Chapter 29. Boost.Process"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> 16<td align="center"><a href="../../../index.html">Home</a></td> 17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="release_notes.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../poly_collection.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../process.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="section"> 27<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 28<a name="poly_collection.acknowledgments"></a><a class="link" href="acknowledgments.html" title="Acknowledgments">Acknowledgments</a> 29</h2></div></div></div> 30<p> 31 The library uses <a href="http://www.pdimov.com/" target="_top">Peter Dimov</a>'s 32 <a href="http://www.pdimov.com/cpp2/simple_cxx11_metaprogramming.html" target="_top">implementation 33 of <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">make_index_sequence</span></code></a>. <a href="http://manu343726.github.io/" target="_top">Manu 34 Sánchez</a> aided immensely with CI setup and performance testing. <a href="http://stackoverflow.com/users/85371/sehe" target="_top">Sehe</a> contributed performance 35 results for GCC 5.2, and <a href="https://www.linkedin.com/in/francisco-jose-tapia-iba%C3%B1ez-4239a07a" target="_top">Francisco 36 José Tapia</a> for Clang 3.9. 37 </p> 38<p> 39 The Boost acceptance review took place between the 3rd and 17th of May, 2017. 40 Thank you to Ion Gaztañaga for smoothly managing the process. The following 41 people participated with full reviews or valuable comments: Pete Bartlett, 42 Hans Dembinski, Dominique Devienne, Edward Diener, Vinnie Falco, Ion Gaztañaga, 43 Andrzej Krzemienski, Brook Milligan, Thorsten Ottosen, Steven Watanabe, Adam 44 Wulkiewicz. Many thanks to all of them. Steven Watanabe gave crucial help in 45 solving some hard problems related to the usage of <a href="../../../libs/type_erasure" target="_top">Boost.TypeErasure</a>. 46 </p> 47<p> 48 Boost.PolyCollection was designed and written between rainy <a href="https://es.wikipedia.org/wiki/Viav%C3%A9lez" target="_top">Viavélez</a>, 49 noisy Madrid and beautiful <a href="https://en.wikipedia.org/wiki/C%C3%A1ceres%2c_Spain" target="_top">Cáceres</a>, 50 August-November, 2016. Most of the after-review work in preparation for the 51 official Boost release was done in the quiet town of <a href="https://es.wikipedia.org/wiki/Oropesa_(Toledo)" target="_top">Oropesa</a> 52 during the spring of 2017. 53 </p> 54<p> 55 In memory of Joaquín López Borrella (1939-2015), in memory of Héctor (2004-2017): 56 may your ghosts keep us company. 57 </p> 58</div> 59<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 60<td align="left"></td> 61<td align="right"><div class="copyright-footer">Copyright © 2016-2020 Joaquín M López Muñoz<p> 62 Distributed under the Boost Software License, Version 1.0. (See accompanying 63 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 64 </p> 65</div></td> 66</tr></table> 67<hr> 68<div class="spirit-nav"> 69<a accesskey="p" href="release_notes.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../poly_collection.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../process.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 70</div> 71</body> 72</html> 73