Skip to content

Commit

Permalink
Merge pull request #136 from biojppm/update_fastfloat
Browse files Browse the repository at this point in the history
update fast_float to 6.1.1
  • Loading branch information
biojppm committed Jun 23, 2024
2 parents f9e970a + 08ea969 commit bfb9899
Show file tree
Hide file tree
Showing 4 changed files with 858 additions and 494 deletions.
2 changes: 1 addition & 1 deletion changelog/current.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

- Add `bool from_chars(csubstr s, fmt::overflow_checked_<T> *wrapper)`. There was already is a function receiving `&wrapper`, but `*wrapper` was missing for use with generic code.

- Update fast_float to v6.1.1 ([PR#136](https://github.com/biojppm/c4core/pull/136))
2 changes: 2 additions & 0 deletions src/c4/ext/fast_float.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# pragma clang diagnostic ignored "-Wold-style-cast"
#elif defined(__GNUC__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wnarrowing"
# pragma GCC diagnostic ignored "-Wconversion"
# pragma GCC diagnostic ignored "-Wuseless-cast"
# pragma GCC diagnostic ignored "-Wold-style-cast"
#endif
Expand Down
Loading

0 comments on commit bfb9899

Please sign in to comment.