Update of /cvsroot/boost/boost/boost/spirit/tree
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21245
Modified Files:
common.hpp
Log Message:
Fixed a compilation problem for gcc 4.1.2.
Index: common.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/tree/common.hpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- common.hpp 14 Mar 2007 23:08:35 -0000 1.27
+++ common.hpp 18 Mar 2007 19:31:39 -0000 1.28
@@ -693,8 +693,8 @@
{
}
- template <typename T>
- struct result { typedef tree_match<IteratorT, NodeFactoryT, T> type; };
+ template <typename U>
+ struct result { typedef tree_match<IteratorT, NodeFactoryT, U> type; };
typedef tree_match<IteratorT, NodeFactoryT, T> match_t;
typedef IteratorT iterator_t;
-------------------------------------------------------------------------
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