Skip to content

Add Curiously Recurring C++ Bugs at Facebook slides. #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ and code from [CppCon 2017](http://cppcon.org).
- [Concurrency, Parallelism and Coroutines](Presentations/Concurrency%2C%20Parallelism%20and%20Coroutines/Concurrency%2C%20Parallelism%20and%20Coroutines%20-%20Anthony%20Williams%20-%20CppCon%202017.pdf) by Anthony Williams
- [constexpr ALL the things](Presentations/constexpr%20ALL%20the%20things/constexpr%20ALL%20the%20things%20-%20Jason%20Turner%20and%20Ben%20Deane%20-%20CppCon%202017.pdf) by Jason Turner and Ben Deane
- [Coroutines What Can't They Do](Presentations/Coroutines%20What%20Can%27t%20They%20Do/Coroutines%20What%20Can%27t%20They%20Do%20-%20Toby%20Allsopp%20-%20CppCon%202017.pdf) by Toby Allsopp
- [Curiously Recurring C++ Bugs at Facebook](Presentations/Curiously%20Recurring%20C%2B%2B%20Bugs%20at%20Facebook/curiously_recurring_bugs_at_facebook%20-%20louis%20brandy%20-%20cppcon2017.pdf) by Louis Brandy
- [Customizing the Standard Containers](Presentations/Customizing%20the%20Standard%20Containers/Customizing%20the%20Standard%20Containers%20-%20Marshall%20Clow%20-%20CppCon%202017.pdf) by Marshall Clow
- [Design Patterns for Low-Level Real-Time Rendering](Presentations/Design%20Patterns%20for%20Low-Level%20Real-Time%20Rendering/Design%20Patterns%20for%20Low-Level%20Real-Time%20Rendering%20-%20Nicolas%20Guillemot%20-%20CppCon%202017.pdf) by Nicolas Guillemot \[[.pdf](Presentations/Design%20Patterns%20for%20Low-Level%20Real-Time%20Rendering/Design%20Patterns%20for%20Low-Level%20Real-Time%20Rendering%20-%20Nicolas%20Guillemot%20-%20CppCon%202017.pdf)\] \[[.pptx](Presentations/Design%20Patterns%20for%20Low-Level%20Real-Time%20Rendering/Design%20Patterns%20for%20Low-Level%20Real-Time%20Rendering%20-%20Nicolas%20Guillemot%20-%20CppCon%202017.pptx)\]
- [Designing a Feature That Does Not Fit](Presentations/Designing%20a%20Feature%20That%20Does%20Not%20Fit/Designing%20a%20Feature%20That%20Does%20Not%20Fit%20-%20Patrice%20Roy%20-%20CppCon%202017.pdf) by Patrice Roy
Expand Down