Index: libs/type_traits/doc/is_empty.qbk =================================================================== --- libs/type_traits/doc/is_empty.qbk (revision 73838) +++ libs/type_traits/doc/is_empty.qbk (working copy) @@ -9,7 +9,7 @@ template struct is_empty : public __tof {}; -__inherit If T is an empty class type then inherits from __true_type, +__inherit If T is an empty class type and not a union type then inherits from __true_type, otherwise inherits from __false_type. __std_ref 10p5.