mirror of
https://github.com/boostorg/core.git
synced 2025-11-28 21:30:09 +01:00
Disable C4512 in uncaught_exceptions(_np).cpp
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning(disable: 4512) // assignment operator could not be generated
|
||||
#endif
|
||||
|
||||
struct my_exception1 {};
|
||||
struct my_exception2 {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user