diff options
author | Eduardo Julian | 2022-02-06 22:07:51 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-02-06 22:07:51 -0400 |
commit | 7065801a9ad1724c6a82e9803c218b2981bc59b3 (patch) | |
tree | 696b90821666a9477a2e7a953d9016c95a61ad1e /documentation/book | |
parent | 290de8ebcb7edc92877f2ccc333171214e5eae23 (diff) |
Fixes for JVM interop.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/back_end/c++.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/bookmark/back_end/c++.md b/documentation/bookmark/back_end/c++.md index 10ba1fcbb..186993319 100644 --- a/documentation/bookmark/back_end/c++.md +++ b/documentation/bookmark/back_end/c++.md @@ -8,3 +8,7 @@ 0. [Type-and-resource Safety in Modern C++ - Bjarne Stroustrup - CppCon 2021](https://www.youtube.com/watch?v=l3rvjWfBzZI) 0. [Exceptional C++ - Victor Ciura - CppCon 2021](https://www.youtube.com/watch?v=SjlfhyZn2yA) +# Undefined behavior + +0. [Back To Basics: Undefined Behavior - Ansel Sermersheim & Barbara Geller - CppCon 2021](https://www.youtube.com/watch?v=NpL9YnxnOqM) + |