Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58984 - in branches/release/libs/bimap: . example/bimap_and_boost
From: matias.capeletto_at_[hidden]
Date: 2010-01-13 14:04:09


Author: matias
Date: 2010-01-13 14:04:08 EST (Wed, 13 Jan 2010)
New Revision: 58984
URL: http://svn.boost.org/trac/boost/changeset/58984

Log:
merge from trunk (58852-58891)
Properties modified:
   branches/release/libs/bimap/ (props changed)
Text files modified:
   branches/release/libs/bimap/example/bimap_and_boost/xpressive.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/libs/bimap/example/bimap_and_boost/xpressive.cpp
==============================================================================
--- branches/release/libs/bimap/example/bimap_and_boost/xpressive.cpp (original)
+++ branches/release/libs/bimap/example/bimap_and_boost/xpressive.cpp 2010-01-13 14:04:08 EST (Wed, 13 Jan 2010)
@@ -42,7 +42,7 @@
 
     sregex rel = ( (s1= +_w) >> " <--> " >> (s2= +_d) )
     [
- xp::ref(bm)->*insert( construct<bm_type::value_type>(s1, as<int>(s2)) )
+ xp::ref(bm)->*insert( xp::construct<bm_type::value_type>(s1, as<int>(s2)) )
     ];
 
     sregex relations = rel >> *(+_s >> rel);


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