aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/Exception.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-17 01:49:37 +0800
committercrupest <crupest@outlook.com>2022-01-17 01:49:37 +0800
commit1d929ee2e71e8e18490ed1266175833e6ad5c609 (patch)
tree21ff8f4ff33b4bc570e3adc99f54a972bfa23dbd /include/cru/common/Exception.hpp
parent570e95f4551385a81eb2cf6f2e386e3b0cb291a8 (diff)
downloadcru-1d929ee2e71e8e18490ed1266175833e6ad5c609.tar.gz
cru-1d929ee2e71e8e18490ed1266175833e6ad5c609.tar.bz2
cru-1d929ee2e71e8e18490ed1266175833e6ad5c609.zip
...
Diffstat (limited to 'include/cru/common/Exception.hpp')
-rw-r--r--include/cru/common/Exception.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cru/common/Exception.hpp b/include/cru/common/Exception.hpp
index e8395178..cb35469c 100644
--- a/include/cru/common/Exception.hpp
+++ b/include/cru/common/Exception.hpp
@@ -2,6 +2,9 @@
#include "String.hpp"
namespace cru {
+#ifdef _MSC_VER
+#pragma warning(disable : 4275)
+#endif
class CRU_BASE_API Exception : public std::exception {
public:
Exception();