Add Gabriel Dos Reis's CppCon 2015 deck on contracts

pull/126/head
Gabriel Dos Reis 2015-09-24 15:15:28 -07:00
parent 43b1435218
commit fbf561b4d8
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -3,6 +3,8 @@ Here are video recordings of those talks:
- Keynote: Writing Good C++ 14 (Bjarne Stroustrup): [https://www.youtube.com/watch?t=9&v=1OEu9C51K2A]
- Writing good C++ 14 By Default (Herb Sutter):
- Large Scale C++ With Modules: What You Should Know (Gabriel Dos Reis)
- Contracts for Dependable C++ (Gabriel Dos Reis)
- More than lint: modern static analysis for C++ (Neil MacIntosh):
- A few good types: `Evolving array_view` and `string_view` for safe C++ code (Neil MacIntosh):