mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 10:24:00 +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
|
||||
either of the template arguments are empty classes, then the
|
||||
"empty member optimisation" is applied to compress the
|
||||
size of the pair.</p>
|
||||
"empty base-class optimisation" is applied to compress
|
||||
the size of the pair.</p>
|
||||
|
||||
<pre>template <class T1, class T2>
|
||||
class compressed_pair
|
||||
|
Loading…
x
Reference in New Issue
Block a user