From 3b1afa3ba6fda7f09fe5c4f32056f418ad05410b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 30 Aug 2001 10:58:19 +0000 Subject: [PATCH] changed "empty-member" to "empty base-class" [SVN r10966] --- compressed_pair.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compressed_pair.htm b/compressed_pair.htm index 755bb56..e6f321f 100644 --- a/compressed_pair.htm +++ b/compressed_pair.htm @@ -21,8 +21,8 @@ defined inside namespace boost.

The class compressed pair is very similar to std::pair, but if either of the template arguments are empty classes, then the -"empty member optimisation" is applied to compress the -size of the pair.

+"empty base-class optimisation" is applied to compress +the size of the pair.

template <class T1, class T2>
 class compressed_pair