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