Skip to content

Commit

Permalink
Fix generated constants: f64::INFINITY, f64::NEG_ INFINITY, `f64:…
Browse files Browse the repository at this point in the history
…:NAN`.

#2853
  • Loading branch information
Gabi Ganam authored and pvdrz committed Jul 2, 2024
1 parent 2f64f48 commit 99ae2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
enabling it by default for `bindgen-cli` (#2789) .
- Fix `--allowlist-item` so anonymous enums are no longer ignored.
- Use clang_getFileLocation instead of clang_getSpellingLocation to fix clang-trunk (#2824)
- Fix generated constants: `f64::INFINITY`, `f64::NEG_ INFINITY`, `f64::NAN`.
- Fix generated constants: `f64::INFINITY`, `f64::NEG_ INFINITY`, `f64::NAN` (#2854).

## Security

Expand Down

0 comments on commit 99ae2d3

Please sign in to comment.