Ticket #5666: is_empty_documentation_fix.patch

File is_empty_documentation_fix.patch, 522 bytes (added by Michel MORIN <mimomorin@…>, 11 years ago)

A patch for is_empty.qbk.

  • libs/type_traits/doc/is_empty.qbk

     
    99   template <class T>
    1010   struct is_empty : public __tof {};
    1111 
    12 __inherit If T is an empty class type then inherits from __true_type,
     12__inherit If T is an empty class type and not a union type then inherits from __true_type,
    1313otherwise inherits from __false_type.
    1414
    1515__std_ref 10p5.