Update of /cvsroot/boost/boost/boost/statechart
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23855/boost/statechart

Modified Files:
        transition.hpp 
Log Message:
Added missing template keyword. This might fix a gcc4.1 failure.

Index: transition.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/transition.hpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- transition.hpp      3 Dec 2006 14:46:30 -0000       1.14
+++ transition.hpp      10 Mar 2007 19:42:07 -0000      1.15
@@ -45,7 +45,7 @@
 template< class Event, class Destination,
           class TransitionContext = detail::no_context< Event >,
           void ( TransitionContext::*pTransitionAction )( const Event & ) =
-            &detail::no_context< Event >::no_function >
+            &detail::template no_context< Event >::no_function >
 class transition
 {
   private:


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