Update of /cvsroot/boost/boost/libs/test/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29173/libs/test/test
Modified Files:
Tag: RC_1_34_0
prg_exec_fail2.cpp
Log Message:
Patch from Trac #583.
Index: prg_exec_fail2.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/test/test/prg_exec_fail2.cpp,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- prg_exec_fail2.cpp 19 Mar 2006 11:49:04 -0000 1.15
+++ prg_exec_fail2.cpp 1 Jun 2007 16:41:06 -0000 1.15.2.1
@@ -26,6 +26,10 @@
#include <cstddef> //Metrowerks linker needs at least one standard library
#endif
+#if defined(__IBMCPP__)
+#pragma options check=divzero
+#endif
+
int cpp_main( int, char *[] ) // note the name
{
@@ -39,6 +43,9 @@
// Revision History :
//
// $Log$
+// Revision 1.15.2.1 2007/06/01 16:41:06 witt
+// Patch from Trac #583.
+//
// Revision 1.15 2006/03/19 11:49:04 rogeeff
// *** empty log message ***
//
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs