Skip to content

Commit 5b100f6

Browse files
authored
Add links to CppCon 2022 talk video
1 parent 4eb0839 commit 5b100f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ I'm not posting much documentation because that would imply this project is inte
9797

9898
To learn more, please see:
9999

100-
- **My CppCon 2022 talk, "Can C++ be 10x simpler and safer ...?**" [link coming soon]
100+
- [**My CppCon 2022 talk, "Can C++ be 10x simpler and safer ...?**"](https://www.youtube.com/watch?v=ELeZAKCN4tY)
101101
- **The [cppfront regression tests](https://github.com/hsutter/cppfront/tree/main/regression-tests/test-results)** which show dozens of working examples, each with a`.cpp2` file and the `.cpp` file it is translated to. Each filename briefly describes the language features the test demonstrates (e.g., contracts, parameter passing, bounds safety, type-safe `is` queries and `as` casts, initialization safety, and generalized value capture including in function expressions ('lambdas'), postconditions, and string interpolation).
102102
- The list of papers and talks below.
103103

@@ -184,7 +184,7 @@ This is partly implemented in cppfront. There is basic support for `is` and `as`
184184

185185
### 2022: CppCon 2022 talk and cppfront
186186

187-
- **CppCon 2022**: "C++ simplicity, safety, and toolability: Can C++ be 10x simpler and safer ...?" [link coming soon]
187+
- [**CppCon 2022: "Can C++ be 10x simpler and safer ...?**"](https://www.youtube.com/watch?v=ELeZAKCN4tY)
188188
- This repo.
189189

190190
# Epilog: 2016 roadmap diagram

0 commit comments

Comments
 (0)