Fixing misspelled MSC_VER_

This commit is contained in:
denchat 2021-04-18 13:18:37 +07:00 committed by GitHub
parent beb41d4f37
commit 2f88818711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3887,7 +3887,7 @@ extern template int snprintf_float<long double>(long double value,
int precision, int precision,
float_specs specs, float_specs specs,
buffer<char>& buf); buffer<char>& buf);
#ifndef MSC_VER_ #ifndef _MSC_VER
extern template FMT_INSTANTIATION_DECL_API const uint64_t basic_data<void>::powers_of_10_64[]; extern template FMT_INSTANTIATION_DECL_API const uint64_t basic_data<void>::powers_of_10_64[];
extern template FMT_INSTANTIATION_DECL_API const uint32_t basic_data<void>::zero_or_powers_of_10_32_new[]; extern template FMT_INSTANTIATION_DECL_API const uint32_t basic_data<void>::zero_or_powers_of_10_32_new[];
extern template FMT_INSTANTIATION_DECL_API const uint64_t basic_data<void>::zero_or_powers_of_10_64_new[]; extern template FMT_INSTANTIATION_DECL_API const uint64_t basic_data<void>::zero_or_powers_of_10_64_new[];