Index: libs/bimap/example/bimap_and_boost/xpressive.cpp =================================================================== --- libs/bimap/example/bimap_and_boost/xpressive.cpp (revision 53049) +++ libs/bimap/example/bimap_and_boost/xpressive.cpp (working copy) @@ -42,7 +42,7 @@ sregex rel = ( (s1= +_w) >> " <--> " >> (s2= +_d) ) [ - xp::ref(bm)->*insert( construct(s1, as(s2)) ) + xp::ref(bm)->*insert( xp::construct(s1, as(s2)) ) ]; sregex relations = rel >> *(+_s >> rel);