mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
warning suppression for vc7
[SVN r13229]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user