mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
changed "empty-member" to "empty base-class"
[SVN r10966]
This commit is contained in:
parent
93e6a75125
commit
3b1afa3ba6
@ -21,8 +21,8 @@ defined inside namespace boost.</p>
|
|||||||
|
|
||||||
<p>The class compressed pair is very similar to std::pair, but if
|
<p>The class compressed pair is very similar to std::pair, but if
|
||||||
either of the template arguments are empty classes, then the
|
either of the template arguments are empty classes, then the
|
||||||
"empty member optimisation" is applied to compress the
|
"empty base-class optimisation" is applied to compress
|
||||||
size of the pair.</p>
|
the size of the pair.</p>
|
||||||
|
|
||||||
<pre>template <class T1, class T2>
|
<pre>template <class T1, class T2>
|
||||||
class compressed_pair
|
class compressed_pair
|
||||||
|
Loading…
x
Reference in New Issue
Block a user