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

Modified Files:
        typeof.hpp 
Log Message:
Spirit: Fixed a class/struct mismatch.

Index: typeof.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/attribute/typeof.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- typeof.hpp  9 Feb 2006 23:00:46 -0000       1.2
+++ typeof.hpp  14 Mar 2007 15:17:40 -0000      1.3
@@ -20,8 +20,8 @@
     // parametric.hpp
     template<typename ChGenT>                        struct f_chlit;
     template<typename ChGenAT, typename ChGenBT>     struct f_range;
-    template<typename IterGenAT, typename IterGenBT> struct f_chseq;
-    template<typename IterGenAT, typename IterGenBT> struct f_strlit;
+    template<typename IterGenAT, typename IterGenBT> class f_chseq;
+    template<typename IterGenAT, typename IterGenBT> class f_strlit;
 
 }} // namespace boost::spirit
 


-------------------------------------------------------------------------
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