This commit is contained in:
Jeremy 2023-11-21 21:57:40 -06:00
parent ae2a85c3f0
commit 27c8878fa9
No known key found for this signature in database
GPG Key ID: B4C8300FEC395042

View File

@ -31,7 +31,8 @@
#pragma warning(push)
// warning C4251: using non-dll-exported type in dll-exported type, firing on std::vector<frame_ptr> and others for some
// reason
#pragma warning(disable: 4251)
// 4275 is the same thing but for base classes
#pragma warning(disable: 4251; disable: 4275)
#endif
namespace cpptrace {