From 2f888187111b2d9c2c7e3db07711aa1c4af115cc Mon Sep 17 00:00:00 2001 From: denchat <19730041+denchat@users.noreply.github.com> Date: Sun, 18 Apr 2021 13:18:37 +0700 Subject: [PATCH] Fixing misspelled MSC_VER_ --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 4dc3f0e2..3b975a34 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3887,7 +3887,7 @@ extern template int snprintf_float(long double value, int precision, float_specs specs, buffer& buf); -#ifndef MSC_VER_ +#ifndef _MSC_VER extern template FMT_INSTANTIATION_DECL_API const uint64_t basic_data::powers_of_10_64[]; extern template FMT_INSTANTIATION_DECL_API const uint32_t basic_data::zero_or_powers_of_10_32_new[]; extern template FMT_INSTANTIATION_DECL_API const uint64_t basic_data::zero_or_powers_of_10_64_new[];