forked from mesonbuild/meson
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix some release notes snippet typos
commit 6a8330a: hpp was clearly meant and used several times, just not in the release notes themelves. commit a75ced6: C/C++ "what"? We mention the std in the commit, but not in the text of the release notes.
- Loading branch information
1 parent
df2dbd0
commit 42944f7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## Bindgen will now use Meson's hueristic for what is a C++ header | ||
|
||
Bindgen natively assumes that a file with the extension `.cpp` is a C++ header, | ||
Bindgen natively assumes that a file with the extension `.hpp` is a C++ header, | ||
but that everything else is a C header. Meson has a whole list of extensions it | ||
considers to be C++, and now will automatically look for those extensions and | ||
set bindgen to treat those as C++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Bindgen now uses the same C/C++ as the project as a whole | ||
## Bindgen now uses the same C/C++ std as the project as a whole | ||
|
||
Which is very important for C++ bindings. |