- Variant Visitation V2 switch-based implementation for visit
- How I format my C++ papers From Markdown to PDF via LaTeX
- `using` killed the `FUN` on GCC 5 An anecdote about surprising implementation challenges of FUN.
- `constexpr` function parameters Can we work around the limitations of non-type template parameters?
- C++Now 2017 A not-so brief summary of my experience at C++Now 2017
- Typedef Literacy Do you know how to read/write typedef properly?
- Variant Visitation A visitation mechanism for std::variant.
- Safer Proxy Idiom How to make proxy objects harder to use incorrectly.
- Exponentiation By Squaring Exploring a faster exponentiation algorithm.
- Alternative `std::decay` Implementation A simpler definition and implementation of std::decay.