changed "empty-member" to "empty base-class"

[SVN r10966]
This commit is contained in:
John Maddock 2001-08-30 10:58:19 +00:00
parent 93e6a75125
commit 3b1afa3ba6

View File

@ -21,8 +21,8 @@ defined inside namespace boost.</p>
<p>The class compressed pair is very similar to std::pair, but if
either of the template arguments are empty classes, then the
&quot;empty member optimisation&quot; is applied to compress the
size of the pair.</p>
&quot;empty base-class optimisation&quot; is applied to compress
the size of the pair.</p>
<pre>template &lt;class T1, class T2&gt;
class compressed_pair