Fix
This commit is contained in:
parent
ae2a85c3f0
commit
27c8878fa9
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user