mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-30 04:37:15 +02:00
reflecting the change to remove tuple.cpp, adding some thanks
[SVN r12022]
This commit is contained in:
@ -63,7 +63,6 @@ To compensate for this "deficiency", the Boost Tuple Library implement
|
|||||||
<p>To use tuple input and output operators,
|
<p>To use tuple input and output operators,
|
||||||
|
|
||||||
<pre><code>#include "boost/tuple/tuple_io.hpp"</code></pre>
|
<pre><code>#include "boost/tuple/tuple_io.hpp"</code></pre>
|
||||||
and add the <code>libs/tuple/src/tuple.hpp</code> file to your project.
|
|
||||||
|
|
||||||
Both <code>tuple_io.hpp</code> and <code>tuple_comparison.hpp</code> include <code>tuple.hpp</code>.
|
Both <code>tuple_io.hpp</code> and <code>tuple_comparison.hpp</code> include <code>tuple.hpp</code>.
|
||||||
|
|
||||||
@ -491,11 +490,10 @@ Below is a list of compilers and known problems with each compiler:
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2><a name = "thanks">Acknowledgements</a></h2>
|
<h2><a name = "thanks">Acknowledgements</a></h2>
|
||||||
Gary Powell has been an indispensable helping hand. In particular, stream manipulators for tuples were his idea. Doug Gregor came up with a working version for MSVC. Thanks to Jeremy Siek, William Kempf, Jens Maurer for their help and suggestions.
|
Gary Powell has been an indispensable helping hand. In particular, stream manipulators for tuples were his idea. Doug Gregor came up with a working version for MSVC. Thanks to Jeremy Siek, William Kempf and Jens Maurer for their help and suggestions.
|
||||||
The comments by Vesa Karvonen, John Max Skaller, Ed Brey, Beman Dawes and David Abrahams helped to improve the
|
The comments by Vesa Karvonen, John Max Skaller, Ed Brey, Beman Dawes, David Abrahams and Hartmut Kaiser helped to improve the
|
||||||
library.
|
library.
|
||||||
The idea for the tie mechanism came from an old usenet article by Ian McCulloch, where he proposed something similar for std::pairs.
|
The idea for the tie mechanism came from an old usenet article by Ian McCulloch, where he proposed something similar for std::pairs.
|
||||||
|
|
||||||
<h2><a name = "references">References</a></h2>
|
<h2><a name = "references">References</a></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user