Commit 4fe6129d authored by Victor Zverovich's avatar Victor Zverovich

Fix FMT_NOEXCEPT definition

parent c056a009
...@@ -144,13 +144,8 @@ ...@@ -144,13 +144,8 @@
# define FMT_EXCEPTIONS 1 # define FMT_EXCEPTIONS 1
# endif # endif
#endif #endif
#ifndef FMT_NOEXCEPT #ifndef FMT_NOEXCEPT
# if FMT_EXCEPTIONS # define FMT_NOEXCEPT noexcept
# define FMT_NOEXCEPT noexcept
# else
# define FMT_NOEXCEPT
# endif
#endif #endif
// [[noreturn]] is disabled on MSVC and NVCC because of bogus unreachable code // [[noreturn]] is disabled on MSVC and NVCC because of bogus unreachable code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment