auto this_episode = episode<79> {
.title =
"Required to Warn You, Unless It’s Hard",
/*
This week we get back on track and chat with Christopher Di Bella from Google about working on the Chrome OS toolchain -
including his newly finished concepts implementation.
We talk a bit about the practicalities of bringing C++ 20 features to compilers,
interoperating GCC and Clang and how to deal, portably,
with std libraries that can’t be implemented without compiler support.
*/
.links = {
"Concepts support in libc++", /* tweet, from Chris */
"#include c++", /* a global, inclusive, and diverse community for developers interested in C++ */
"No Diagnostic Required", /* Phil's new(ish) podcast (with Anastasia Kazakova) */
"Algorithms + Data Structures = Programs", /* Conor Hoekstra and Bryce Adelstein Lelbach's new(ish) podcast */
"C++ Now", /* Registrations open, at time of release */
"C++ on Sea" /* Call for Speakers, and early-bird registrations open, at time of release */
},
.tags = { "concepts", "Chrome OS", "libc++" }
};