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

Modified Files:
        transition.hpp 
Log Message:
Reverted previous change.

Index: transition.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/statechart/transition.hpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- transition.hpp      10 Mar 2007 19:42:07 -0000      1.15
+++ transition.hpp      13 Mar 2007 22:57:47 -0000      1.16
@@ -45,7 +45,7 @@
 template< class Event, class Destination,
           class TransitionContext = detail::no_context< Event >,
           void ( TransitionContext::*pTransitionAction )( const Event & ) =
-            &detail::template no_context< Event >::no_function >
+            &detail::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