From 22f56bbe589ca7a386d7eb9617f31507ba12ed16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Tue, 1 Oct 2002 03:26:10 +0000 Subject: [PATCH] fixed Bemans name in a comment [SVN r15594] --- include/boost/tuple/detail/tuple_basic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/tuple/detail/tuple_basic.hpp b/include/boost/tuple/detail/tuple_basic.hpp index f404919..7e40ff5 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: