Ticket #7554: fix_comment_typo.patch

File fix_comment_typo.patch, 531 bytes (added by oss.2012.team+B5@…, 10 years ago)

Patch for libs/xpressive/example/main.cpp

  • libs/xpressive/example/main.cpp

     
    214214{
    215215    std::string str( "Now <bold>is the time <i>for all good men</i> to come to the aid of their</bold> country." );
    216216
    217     // find a HTML tag
     217    // find an HTML tag
    218218    sregex html = '<' >> optional('/') >> +_w >> '>';
    219219
    220220    // the -1 below directs the token iterator to display the parts of