`switch`-based implementation for `visit`| Michael Park
From Markdown to PDF via LaTeX| Michael Park
An anecdote about surprising implementation challenges of `FUN`.| Michael Park
A not-so brief summary of my experience at C++Now 2017| Michael Park
Do you know how to read/write `typedef` properly?| Michael Park
How to make proxy objects harder to use incorrectly.| Michael Park
Exploring a faster exponentiation algorithm.| Michael Park
A simpler definition and implementation of `std::decay`.| Michael Park
Is it better to partially improve at the cost of inconsistency?| Michael Park
The pitfall of eagerness of perfect forwarding.| Michael Park
Can we work around the limitations of non-type template parameters?| Michael Park
A visitation mechanism for `std::variant`.| Michael Park