workaround for ms compiler bug

This commit is contained in:
Jeff Hill
2002-04-25 19:08:42 +00:00
parent e52045bfb0
commit 4dcd047d59
7 changed files with 15 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ void netWriteNotifyIO::completion ( unsigned /* type */,
}
#endif
# if defined (_MSC_VER) && _MSC_VER == 1300
# if defined (_MSC_VER) && _MSC_VER <= 1300
void netWriteNotifyIO::operator delete ( void * ) // avoid visual c++ 7 bug
{
throw std::logic_error ( "_MSC_VER == 1300 bogus stub called?" );