From 0d6992fcddd3af44c8d677b45a991a333ce41e8c Mon Sep 17 00:00:00 2001
From: Gabi Melman <gmelman1@gmail.com>
Date: Tue, 17 Sep 2019 12:48:54 +0300
Subject: [PATCH] Update common.h

---
 include/spdlog/common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/spdlog/common.h b/include/spdlog/common.h
index 7876e761..af7bb8e9 100644
--- a/include/spdlog/common.h
+++ b/include/spdlog/common.h
@@ -39,7 +39,7 @@
 
 // visual studio upto 2013 does not support noexcept nor constexpr
 #if defined(_MSC_VER) && (_MSC_VER < 1900)
-#define SPDLOG_NOEXCEPT throw()
+#define SPDLOG_NOEXCEPT
 #define SPDLOG_CONSTEXPR
 #else
 #define SPDLOG_NOEXCEPT noexcept