Every two weeks, or so, we sit down with guests from the C++ community to discuss the latest news and what they have been up to. Find us at cppcast.com
Packs and Pipelines
March 04, 2020
00:53:26
38.57 MB
Downloads: 0
Rob and Jason are joined by Barry Revzin. They first discuss a blog post about how to declare a class's data members and methods. They then discuss some of his contributions to C++20 including some necessary fixes to spaceship operator, and some proposals he is working on for C++23 including pack declaration and a new pipe operator.
News
- Announcing TCMalloc
- How I Declare my class and why
- Quill Asynchronous Low Latency Logging Library
- Are you ready for C++Now?
Links
- P1061R1 Structured Bindings can introduce a Pack
- P1185R2 <=> != ==
- P1858R1 Generalized pack declaration and usage
- P2011R0 A pipeline-rewrite operator