Skip to content

Commit e22a25d

Browse files
javachefacebook-github-bot
authored andcommitted
Use updated fast_float::parse_options
Summary: X-link: facebookincubator/zstrong#1216 `str_to_floating_fast_float_from_chars` can be simplified using the new upstream option `allow_leading_plus`. It does mean that we also support parsing `+nan` and `+infinity` which we previously didn't. Mapping to `Inf` is also handled by the parsing logic, so this custom branch can be removed. Reviewed By: Gownta Differential Revision: D70392258 fbshipit-source-id: 62972a6cadd1547d8ff0a3162510ae5e979d459f
1 parent 1f47d64 commit e22a25d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/fbcode_builder/manifests/fast_float

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = fast_float
33

44
[download]
5-
url = https://github.com/fastfloat/fast_float/archive/refs/tags/v6.1.4.tar.gz
6-
sha256 = 12cb6d250824160ca16bcb9d51f0ca7693d0d10cb444f34f1093bc02acfce704
5+
url = https://github.com/fastfloat/fast_float/archive/refs/tags/v8.0.0.tar.gz
6+
sha256 = f312f2dc34c61e665f4b132c0307d6f70ad9420185fa831911bc24408acf625d
77

88
[build]
99
builder = cmake
10-
subdir = fast_float-6.1.4
10+
subdir = fast_float-8.0.0
1111

1212
[cmake.defines]
1313
FASTFLOAT_TEST = OFF

0 commit comments

Comments
 (0)