Ticket #7714: fix_comment_typo.patch

File fix_comment_typo.patch, 1.3 KB (added by oss.2012.team+D3@…, 10 years ago)

Patch for boost/lambda/loops.hpp

  • boost/lambda/loops.hpp

     
    348348//      While the condition (an lambda_functor) evaluates to true, statement
    349349//      (another lambda_functor) is executed. The statement is executed at least
    350350//      once. The result type of this is void. Note the trailing
    351 //      underscore after do_ and the the leading dot and the trailing
     351//      underscore after do_ and the leading dot and the trailing
    352352//      underscore before and after .while_.
    353353//
    354354///////////////////////////////////////////////////////////////////////////////
  • boost/lambda/if.hpp

     
    345345//      is true, the true_statement (again an lambda_functor) is executed
    346346//      otherwise, the false_statement (another lambda_functor) is executed. The
    347347//      result type of this is void. Note the trailing underscore after
    348 //      if_ and the the leading dot and the trailing underscore before
     348//      if_ and the leading dot and the trailing underscore before
    349349//      and after .else_.
    350350//
    351351///////////////////////////////////////////////////////////////////////////////