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

Modified Files:
      Tag: SPIRIT_1_6
        symbols.hpp 
Log Message:
Added a missing typedef

Index: symbols.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/symbols/symbols.hpp,v
retrieving revision 1.7.2.5
retrieving revision 1.7.2.6
diff -u -d -r1.7.2.5 -r1.7.2.6
--- symbols.hpp 28 Mar 2006 20:45:36 -0000      1.7.2.5
+++ symbols.hpp 26 Feb 2007 23:04:23 -0000      1.7.2.6
@@ -196,6 +196,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


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to