From 08ac2877261938a38136c4f1edd087e560e63a0b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 20 Mar 2002 07:04:28 +0000 Subject: [PATCH] warning suppression for vc7 [SVN r13229] --- test/comprehensive.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/comprehensive.cpp b/test/comprehensive.cpp index 6c7cc4d3..d4617181 100644 --- a/test/comprehensive.cpp +++ b/test/comprehensive.cpp @@ -1225,6 +1225,9 @@ extern "C" BOOL WINAPI DllMain ( HINSTANCE hInst, DWORD wDataSeg, LPVOID lpvRese # ifdef BOOST_MSVC extern "C" void structured_exception_translator(unsigned int, EXCEPTION_POINTERS*) +# if BOOST_MSVC > 1200 + throw(...) +# endif { throw; }