Fixing misspelled MSC_VER_
This commit is contained in:
parent
beb41d4f37
commit
2f88818711
@ -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[];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user