From ad576863b4d0dde1a8e862b4ba955c1eb8762d44 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 3 Oct 2000 08:06:19 +0000 Subject: [PATCH] fix typo: compressed_pait->compressed_pair [SVN r7894] --- index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.htm b/index.htm index 8de3155..00f9610 100644 --- a/index.htm +++ b/index.htm @@ -61,7 +61,7 @@ boost/compressed_pair.hpp
[Documentation] - Template class compressed_pait<T1, T2> which pairs two values + Template class compressed_pair<T1, T2> which pairs two values using the empty member optimisation where appropriate.