mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-14 00:40:08 +00:00
Fix FMT_NOEXCEPT definition
This commit is contained in:
parent
c056a009de
commit
4fe6129d6c
@ -144,13 +144,8 @@
|
||||
# define FMT_EXCEPTIONS 1
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef FMT_NOEXCEPT
|
||||
# if FMT_EXCEPTIONS
|
||||
# define FMT_NOEXCEPT noexcept
|
||||
# else
|
||||
# define FMT_NOEXCEPT
|
||||
# endif
|
||||
# define FMT_NOEXCEPT noexcept
|
||||
#endif
|
||||
|
||||
// [[noreturn]] is disabled on MSVC and NVCC because of bogus unreachable code
|
||||
|
Loading…
x
Reference in New Issue
Block a user