pragma warning bug fix when using g++ on windows (#5943)
This commit is contained in:
@@ -38,8 +38,7 @@
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN32) && defined(_MSC_VER) && !defined(__INTEL_COMPILER)
|
||||
# pragma warning( disable: 4251)
|
||||
#endif
|
||||
namespace p2t {
|
||||
|
||||
Reference in New Issue
Block a user