Meeting 15 June 2017
Code
- Frozen – A header-only, constexpr alternative to gperf for C++14 users – provides fast, immutable, constexpr-compatible implementation of
std::set,std::map,std::unordered_mapandstd::unordered_setfor sets of user values. value_ptr– the missing C++ smart pointer that implements value semantics for values allocated on the heap.
Post
- Static Duck Typing in C++, by Philippe Groarke.
Videos
C++ Core Guidelines - Modernize your C++ Code Base - Peter Sommerlad
Coroutines and C++ DSLs for Human Scale Concurrency - Dominic Robinson