Ticket #7683: fix_doc_typo.patch

File fix_doc_typo.patch, 430 bytes (added by oss.2012.team+D5@…, 10 years ago)

Patch for libs/type_traits/doc/operators.qbk

  • libs/type_traits/doc/operators.qbk

     
    322322
    323323template < typename Rhs >
    324324struct operator_returns_Ret < Rhs, void, true > {
    325    static const bool bool value = true;
     325   static const bool value = true;
    326326};
    327327
    328328template < typename Rhs >