1
0
forked from boostorg/bind

Fixes for Comeau strict mode on Windows

[SVN r13544]
This commit is contained in:
Peter Dimov
2002-04-22 21:17:42 +00:00
parent 8a2ad8ca78
commit b1bfd36270

View File

@@ -1,4 +1,4 @@
#if defined(_MSC_VER) && !defined(__ICL)
#if defined(_MSC_VER) && !defined(__ICL) && !defined(__COMO__)
#pragma warning(disable: 4786) // identifier truncated in debug info
#pragma warning(disable: 4710) // function not inlined
#pragma warning(disable: 4711) // function selected for automatic inline expansion