From 2fe366f263b49fa850b852ec1e32c4db81ed1ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Wed, 12 Dec 2001 22:17:09 +0000 Subject: [PATCH] reflecting the change to remove tuple.cpp, adding some thanks [SVN r12022] --- doc/tuple_users_guide.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/tuple_users_guide.html b/doc/tuple_users_guide.html index 992b77a..65e3a04 100644 --- a/doc/tuple_users_guide.html +++ b/doc/tuple_users_guide.html @@ -63,7 +63,6 @@ To compensate for this "deficiency", the Boost Tuple Library implement

To use tuple input and output operators,

#include "boost/tuple/tuple_io.hpp"
-and add the libs/tuple/src/tuple.hpp file to your project. Both tuple_io.hpp and tuple_comparison.hpp include tuple.hpp. @@ -491,11 +490,10 @@ Below is a list of compilers and known problems with each compiler:

Acknowledgements

-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. -The comments by Vesa Karvonen, John Max Skaller, Ed Brey, Beman Dawes and David Abrahams helped to improve the +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, David Abrahams and Hartmut Kaiser helped to improve the library. The idea for the tie mechanism came from an old usenet article by Ian McCulloch, where he proposed something similar for std::pairs. -

References