We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4d244 commit 9328da0Copy full SHA for 9328da0
ChangeLog.md
@@ -26,6 +26,10 @@ See docs/process.md for more on how version tagging works.
26
- Emscripten-generated code will now use async/await internally when loading
27
the Wasm module. This will be lowered away by babel when targeting older
28
browsers. (#23068)
29
+- Due to the discontinued support for invalid specializations of
30
+- `std::basic_string` (https://github.com/llvm/llvm-project/pull/72694), the
31
+ support for `std::basic_string<unsigned char>` was removed from embind.
32
+ (#23070)
33
34
3.1.73 - 11/28/24
35
-----------------
0 commit comments