Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate msvc compiler warnings (fmtlib#931)
The sheer presence of 'std::gmtime' or 'std::localtime' gives rise to C4996 warnings in Microsofts compilers. Alas, the 'fallback(internal::null<>)'functions containing these library calls are never ADL-picked in the respective 'handle(internal::null<>)' selectors. Therefore hiding the fallbacks from msvc is perfectly fine.
- Loading branch information