Update of /cvsroot/boost/boost/libs/statechart/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12989/libs/statechart/test
Modified Files:
TransitionTest.cpp
Log Message:
Another try at fixing a few Intel9.1 failures.
Index: TransitionTest.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/statechart/test/TransitionTest.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- TransitionTest.cpp 25 Mar 2007 10:20:55 -0000 1.18
+++ TransitionTest.cpp 26 Mar 2007 20:50:40 -0000 1.19
@@ -714,7 +714,7 @@
{
Entry< S0< M > >,
Entry< S1< M > >,
- Throw< &Entry< Default0< S1< M > > > >,
+ &::Throw< &::Entry< Default0< S1< M > > > >,
Dtor< S1< M > >,
Dtor< S0< M > >
};
@@ -728,7 +728,7 @@
Entry< S0< M > >,
Entry< S1< M > >,
Entry< Default0< S1< M > > >,
- Throw< &Entry< S11< M > > >,
+ &::Throw< &::Entry< S11< M > > >,
Dtor< Default0< S1< M > > >,
Dtor< S1< M > >,
Dtor< S0< M > >
@@ -752,7 +752,7 @@
Exit< S11< M > >,
Exit< Default0< S1< M > > >,
Exit< S1< M > >,
- Throw< &Trans< S0< M >, A > >,
+ &::Throw< &::Trans< S0< M >, A > >,
Dtor< Default2< S0< M > > >,
Dtor< Default1< S0< M > > >,
Dtor< S0< M > >
@@ -782,7 +782,7 @@
Entry< Default1< S2< M > > >,
Entry< S21< M > >,
Entry< Default0< S21< M > > >,
- Throw< &Entry< S211< M > > >,
+ &::Throw< &::Entry< S211< M > > >,
Dtor< Default2< S0< M > > >,
Dtor< Default1< S0< M > > >,
Dtor< Default0< S21< M > > >,
@@ -808,7 +808,7 @@
Entry< Default1< S0< M > > >,
Entry< Default2< S0< M > > >,
Exit< Default2< S1< M > > >,
- Throw< &ExitFn< S11< M > > >,
+ &::Throw< &::ExitFn< S11< M > > >,
Dtor< S11< M > >,
Dtor< Default2< S0< M > > >,
Dtor< Default1< S0< M > > >,
-------------------------------------------------------------------------
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