Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58276 - sandbox/msm/boost/msm/front/euml
From: christophe.j.henry_at_[hidden]
Date: 2009-12-10 17:36:50


Author: chenry
Date: 2009-12-10 17:36:49 EST (Thu, 10 Dec 2009)
New Revision: 58276
URL: http://svn.boost.org/trac/boost/changeset/58276

Log:
fix VC8: removed Process2 for this version
Text files modified:
   sandbox/msm/boost/msm/front/euml/common.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/msm/boost/msm/front/euml/common.hpp
==============================================================================
--- sandbox/msm/boost/msm/front/euml/common.hpp (original)
+++ sandbox/msm/boost/msm/front/euml/common.hpp 2009-12-10 17:36:49 EST (Thu, 10 Dec 2009)
@@ -1199,6 +1199,7 @@
 };
 Process_Helper const process_;
 
+#if (!defined(BOOST_MSVC)||(BOOST_MSVC>1400))
 template <class ToProcessEvt,class Value,class Param1=void, class Param2=void, class Param3=void, class Enable=void >
 struct Process2_ : euml_action<Process2_<ToProcessEvt,Value,Param1,Param2,Param3,Enable> > {};
 
@@ -1356,6 +1357,7 @@
     };
 };
 Process2_Helper const process2_;
+#endif
 
 template <class Flag,class Param1=void, class Enable=void >
 struct Get_Flag_ : euml_action<Get_Flag_<Flag,Param1,Enable> > {};


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk