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_map and std::unordered_set for sets of user values.
  • value_ptr – the missing C++ smart pointer that implements value semantics for values allocated on the heap.

Post

Videos

C++ Core Guidelines - Modernize your C++ Code Base - Peter Sommerlad

Coroutines and C++ DSLs for Human Scale Concurrency - Dominic Robinson

Quote