From 2ee381e6d54fb9900e9474eb86e0f258440f4022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Tue, 8 Oct 2002 18:46:12 +0000 Subject: [PATCH] bemans name typo fix + fix to get rid of a borland warning [SVN r15809] --- include/boost/tuple/detail/tuple_basic.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/tuple/detail/tuple_basic.hpp b/include/boost/tuple/detail/tuple_basic.hpp index f404919..acc25b9 100644 --- a/include/boost/tuple/detail/tuple_basic.hpp +++ b/include/boost/tuple/detail/tuple_basic.hpp @@ -19,7 +19,7 @@ // ( and other bugs ) per suggestion of Jens Maurer // simplified element type accessors + bug fix (Jeremy Siek) // Several changes/additions according to suggestions by Doug Gregor, -// William Kempf, Vesa Karvonen, John Max Skaller, Ed Brey, Beman Davis, +// William Kempf, Vesa Karvonen, John Max Skaller, Ed Brey, Beman Dawes, // David Abrahams. // Revision history: @@ -361,7 +361,7 @@ struct cons { const null_type&, const null_type&, const null_type&) : head (t1) {} - cons(const null_type& t1, + cons(const null_type&, const null_type&, const null_type&, const null_type&, const null_type&, const null_type&, const null_type&, const null_type&, const null_type&, const null_type&)