Update of /cvsroot/boost/boost/boost/spirit/symbols
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5839/boost/spirit/symbols

Modified Files:
      Tag: RC_1_34_0
        symbols.hpp 
Log Message:
introduces result_type member to the symbol_inserter so it works with Phoenix

Index: symbols.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/symbols/symbols.hpp,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- symbols.hpp 8 Feb 2006 23:09:46 -0000       1.8
+++ symbols.hpp 23 Oct 2006 12:24:33 -0000      1.8.2.1
@@ -181,6 +181,8 @@
     symbol_inserter(SetT& set_)
     : set(set_) {}
 
+    typedef symbol_inserter const & result_type;
+
     template <typename IteratorT>
     symbol_inserter const&
     operator()(IteratorT first, IteratorT const& last, T const& data = T()) 
const


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to