Skip to content

Commit 71c2ad1

Browse files
authored
Merge pull request #210 from Pharago/main
Fix broken msvc v140
2 parents 91edc90 + 6772318 commit 71c2ad1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/fast_float/ascii_number.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ FASTFLOAT_SIMD_RESTORE_WARNINGS
112112
#endif // FASTFLOAT_SSE2
113113

114114
// dummy for compile
115-
template <typename UC, FASTFLOAT_ENABLE_IF(!has_simd_opt<UC>())>
115+
//template <typename UC, FASTFLOAT_ENABLE_IF(!has_simd_opt<UC>())>
116+
template <typename UC>
116117
uint64_t simd_read8_to_u64(UC const*) {
117118
return 0;
118119
}

0 commit comments

Comments
 (0)