Ticket #5666: is_class_documentation_fix.patch

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

A patch for is_class.qbk.

  • libs/type_traits/doc/is_class.qbk

     
    99   template <class T>
    1010   struct is_class : public __tof {};
    1111 
    12 __inherit If T is a (possibly cv-qualified) class type then inherits from __true_type,
     12__inherit If T is a (possibly cv-qualified) class type and not a union type then inherits from __true_type,
    1313otherwise inherits from __false_type.
    1414
    1515__std_ref 3.9.2 and 9.2.