|
Boost-Commit : |
From: david_at_[hidden]
Date: 2007-11-16 16:25:07
Author: djenkins
Date: 2007-11-16 16:25:07 EST (Fri, 16 Nov 2007)
New Revision: 41158
URL: http://svn.boost.org/trac/boost/changeset/41158
Log:
Remove extraneous comments
Text files modified:
trunk/libs/xpressive/test/test_symbols.cpp | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
Modified: trunk/libs/xpressive/test/test_symbols.cpp
==============================================================================
--- trunk/libs/xpressive/test/test_symbols.cpp (original)
+++ trunk/libs/xpressive/test/test_symbols.cpp 2007-11-16 16:25:07 EST (Fri, 16 Nov 2007)
@@ -282,9 +282,6 @@
std::wstring str(L"Chicago \u041c\u043E\u0441\u043A\u0432\u0430");
City result1, result2;
- //int result1p;
- // ERROR "error C2039: 'population' : is not a member of 'boost::proto::expr<Tag,Args>' c:\boost\libs\xpressive\test\test_symbols.cpp 277"
- //sregex rx = (a1= map1)[ xp::ref(result1p) = a1.population ];
wsregex rx = (a1= map1)[ xp::ref(result1) = a1 ] >> +_s
>> (a1= map1)[ xp::ref(result2) = a1 ];
if(!regex_match(str, rx))
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk