-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-36433: [C++] Update fast_float version to 3.10.1 #36434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
68c7eec
92b5adf
81abdaa
99f4b61
75f4fc3
dcc6cfa
d1fd764
ab215ad
cfbf691
7da736e
028b175
3a3b5fc
d8ca8b9
b0ddd25
5045b35
dbdaea0
2a5eef6
89e16f0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ | |
| # fast_float | ||
|
|
||
| The files in this directory are vendored from fast_float | ||
| git tag `v3.8.1`. | ||
| git tag `v3.10.1`. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you really want to use 3.10.1?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. after 3.10.1 they started using c++ 20 and it cause a lot of build errors. In reality - we just need in parse_number.h
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK. Could you describe it in descriptions of the PR and the associated issue? |
||
|
|
||
| See https://github.com/fastfloat/fast_float | ||
|
|
||
|
|
@@ -31,7 +31,7 @@ See https://github.com/fastfloat/fast_float | |
| ## How to update | ||
|
|
||
| You must replace `VERSION` in the command lines with suitable version | ||
| such as `3.8.1`. | ||
| such as `3.10.1`. | ||
|
|
||
| ```bash | ||
| cpp/src/arrow/vendoered/fast_float/update.sh VERSION | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.