summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust-bindgen-cpp.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2024-03-13 21:20:29 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2024-03-13 21:44:41 +0200
commit0b7b4a3d9e41901b000074e903ad0bb8a299785c (patch)
treee93cccfb57e7ba4c0b07bcbe6048a4e117511e14 /docs/markdown/snippets/rust-bindgen-cpp.md
parent675b47b0692131fae974298829ba807d730ab098 (diff)
downloadmeson-0b7b4a3d9e41901b000074e903ad0bb8a299785c.tar.gz
Generate relnotes for 1.4.0.
Diffstat (limited to 'docs/markdown/snippets/rust-bindgen-cpp.md')
-rw-r--r--docs/markdown/snippets/rust-bindgen-cpp.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/rust-bindgen-cpp.md b/docs/markdown/snippets/rust-bindgen-cpp.md
deleted file mode 100644
index bcb1feac2..000000000
--- a/docs/markdown/snippets/rust-bindgen-cpp.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Bindgen will now use Meson's heuristic for what 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++