diff options
Diffstat (limited to 'NorthstarDedicatedTest/include/spdlog')
-rw-r--r-- | NorthstarDedicatedTest/include/spdlog/fmt/bundled/chrono.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/include/spdlog/fmt/bundled/chrono.h b/NorthstarDedicatedTest/include/spdlog/fmt/bundled/chrono.h index 1a3b8d5e..bdfe2aa0 100644 --- a/NorthstarDedicatedTest/include/spdlog/fmt/bundled/chrono.h +++ b/NorthstarDedicatedTest/include/spdlog/fmt/bundled/chrono.h @@ -101,7 +101,6 @@ FMT_CONSTEXPR To lossless_integral_conversion(const From from, int& ec) { return from; } // function -// clang-format off /** * converts From to To if possible, otherwise ec is set. * @@ -114,7 +113,6 @@ FMT_CONSTEXPR To lossless_integral_conversion(const From from, int& ec) { * subnormal | best effort * -Inf | -Inf */ -// clang-format on template <typename To, typename From, FMT_ENABLE_IF(!std::is_same<From, To>::value)> FMT_CONSTEXPR To safe_float_conversion(const From from, int& ec) { |