90 lines
4.5 KiB
HTML
90 lines
4.5 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
|
<title>Acknowledgments</title>
|
|
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
|
<link rel="home" href="../index.html" title="Chapter 1. Boost.Contract 1.0.0">
|
|
<link rel="up" href="../index.html" title="Chapter 1. Boost.Contract 1.0.0">
|
|
<link rel="prev" href="bibliography.html" title="Bibliography">
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
<table cellpadding="2" width="100%"><tr>
|
|
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
|
|
<td align="center"><a href="../../../../../index.html">Home</a></td>
|
|
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
|
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
|
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="bibliography.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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>
|
|
</div>
|
|
<div class="section">
|
|
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
|
<a name="boost_contract.acknowledgments"></a><a class="link" href="acknowledgments.html" title="Acknowledgments">Acknowledgments</a>
|
|
</h2></div></div></div>
|
|
<p>
|
|
This section tries to recognize the contributions of all the different people
|
|
that participated directly or indirectly to the design and development of this
|
|
library.
|
|
</p>
|
|
<p>
|
|
Sincere thanks to my parents for their support with my education and my studies
|
|
in computer science.
|
|
</p>
|
|
<p>
|
|
Many thanks to Andrzej Krzemienski for reviewing early versions of this library
|
|
providing valuable insights and exchanging early ideas on assertion requirements.
|
|
</p>
|
|
<p>
|
|
Many thanks to Vicente J. Botet Escriba for reviewing earlier versions of this
|
|
library providing valuable insights and for suggesting to use a dedicated trait
|
|
to copy old values.
|
|
</p>
|
|
<p>
|
|
Thanks to Steven Watanabe for providing valuable insights on C++, SFINAE, and
|
|
introspection.
|
|
</p>
|
|
<p>
|
|
Thanks to Dave Abrahams for moderating the Boost review of this library.
|
|
</p>
|
|
<p>
|
|
Thanks to Daniel James for his help with incorporating this library files into
|
|
the Boost Git repository.
|
|
</p>
|
|
<p>
|
|
Thanks to David Maley for sharing source code form his inspiring work on emulating
|
|
contract programming and subcontracting in C++ in <a class="link" href="bibliography.html#Maley99_anchor">[Maley99]</a>.
|
|
</p>
|
|
<p>
|
|
Many thanks to Thorsten Ottosen for his work on the <a class="link" href="bibliography.html#N1962_anchor">[N1962]</a>
|
|
proposal (and its previous revisions) and for clarifying the proposal requirements
|
|
directly with the library authors when needed.
|
|
</p>
|
|
<p>
|
|
Many thanks to Bertrand Meyer for his pioneering and thorough work on contract
|
|
programming in <a class="link" href="bibliography.html#Meyer97_anchor">[Meyer97]</a>.
|
|
</p>
|
|
<p>
|
|
Finally, many thanks to the entire Boost community and <a href="http://lists.boost.org" target="_top">mailing
|
|
list</a> for providing valuable comments on this library and great insights
|
|
on the C++ programming language.
|
|
</p>
|
|
</div>
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
|
<td align="left"></td>
|
|
<td align="right"><div class="copyright-footer">Copyright © 2008-2018 Lorenzo Caminiti<p>
|
|
Distributed under the Boost Software License, Version 1.0 (see accompanying
|
|
file LICENSE_1_0.txt or a copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
|
</p>
|
|
</div></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="bibliography.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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>
|
|
</div>
|
|
</body>
|
|
</html>
|