$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81309 - in branches/release: . libs libs/xpressive/example
From: eric_at_[hidden]
Date: 2012-11-12 13:47:06
Author: eric_niebler
Date: 2012-11-12 13:47:05 EST (Mon, 12 Nov 2012)
New Revision: 81309
URL: http://svn.boost.org/trac/boost/changeset/81309
Log:
comment typo, fixes #7554
Properties modified:
branches/release/ (props changed)
branches/release/libs/ (props changed)
Text files modified:
branches/release/libs/xpressive/example/main.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/xpressive/example/main.cpp
==============================================================================
--- branches/release/libs/xpressive/example/main.cpp (original)
+++ branches/release/libs/xpressive/example/main.cpp 2012-11-12 13:47:05 EST (Mon, 12 Nov 2012)
@@ -214,7 +214,7 @@
{
std::string str( "Now <bold>is the time <i>for all good men</i> to come to the aid of their</bold> country." );
- // find a HTML tag
+ // find an HTML tag
sregex html = '<' >> optional('/') >> +_w >> '>';
// the -1 below directs the token iterator to display the parts of