• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>Acknowledgements, notes and links</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="../container.html" title="Chapter 9. Boost.Container">
10<link rel="prev" href="../boost/container/pmr/vector_of.html" title="Struct template vector_of">
11<link rel="next" href="release_notes.html" title="Release Notes">
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="../boost/container/pmr/vector_of.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.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="release_notes.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="container.acknowledgements_notes"></a><a class="link" href="acknowledgements_notes.html" title="Acknowledgements, notes and links">Acknowledgements, notes
29    and links</a>
30</h2></div></div></div>
31<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
32<li class="listitem">
33          Original standard container code comes from <a href="http://www.sgi.com/tech/stl/" target="_top">SGI
34          STL library</a>, which enhanced the original HP STL code. Code was
35          rewritten for <span class="bold"><strong>Boost.Interprocess</strong></span> and moved
36          to <span class="bold"><strong>Boost.Intrusive</strong></span>. Many thanks to Alexander
37          Stepanov, Meng Lee, David Musser, Matt Austern... and all HP and SGI STL
38          developers.
39        </li>
40<li class="listitem">
41          <code class="computeroutput"><span class="identifier">flat_</span><span class="special">[</span><span class="identifier">multi</span><span class="special">]</span><span class="identifier">_map</span><span class="special">/</span><span class="identifier">set</span></code> containers were originally based
42          on <a href="http://en.wikipedia.org/wiki/Loki_%28C%2B%2B%29" target="_top">Loki's</a>
43          AssocVector class. Code was rewritten and expanded for <span class="bold"><strong>Boost.Interprocess</strong></span>,
44          so thanks to Andrei Alexandrescu.
45        </li>
46<li class="listitem">
47          <code class="computeroutput"><span class="identifier">stable_vector</span></code> was invented
48          and coded by <a href="http://bannalia.blogspot.com/2008/09/introducing-stablevector.html" target="_top">Joaquín
49          M. López Muñoz</a>, then adapted for <span class="bold"><strong>Boost.Interprocess</strong></span>.
50          Thanks for such a great container.
51        </li>
52<li class="listitem">
53          <code class="computeroutput"><span class="identifier">static_vector</span></code> was based
54          on Andrew Hundt's and Adam Wulkiewicz's high-performance <code class="computeroutput"><span class="identifier">varray</span></code> class. Many performance improvements
55          of <code class="computeroutput"><span class="identifier">vector</span></code> were also inspired
56          by their implementation. Thanks!
57        </li>
58<li class="listitem">
59          Howard Hinnant's help and advices were essential when implementing move
60          semantics, improving allocator support or implementing small string optimization.
61          Thanks Howard for your wonderful standard library implementations.
62        </li>
63<li class="listitem">
64          And finally thanks to all Boosters who helped all these years, improving,
65          fixing and reviewing all my libraries.
66        </li>
67</ul></div>
68</div>
69<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
70<td align="left"></td>
71<td align="right"><div class="copyright-footer">Copyright © 2009-2018 Ion Gaztanaga<p>
72        Distributed under the Boost Software License, Version 1.0. (See accompanying
73        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>)
74      </p>
75</div></td>
76</tr></table>
77<hr>
78<div class="spirit-nav">
79<a accesskey="p" href="../boost/container/pmr/vector_of.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../container.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="release_notes.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
80</div>
81</body>
82</html>
83