Cleanup macros

This commit is contained in:
Victor Zverovich
2022-05-29 14:07:40 -07:00
parent 08be4abb30
commit 27cd68c301
2 changed files with 14 additions and 17 deletions

View File

@@ -79,7 +79,7 @@
#ifndef FMT_THROW
# if FMT_EXCEPTIONS
# if FMT_MSC_VER || FMT_NVCC
# if FMT_MSC_VER || defined(__NVCC__)
FMT_BEGIN_NAMESPACE
namespace detail {
template <typename Exception> inline void do_throw(const Exception& x) {