C++ | Optimization Optimization without Inlining Even without inlining, the compiler does not always has to assume the worst case.
C++ Static Registration Macros Central registration of types or functions just doesn't feel very DRY sometimes.
C++ Overloading by Return Type in C++ Everyone overloads by argument types. But can you do return type?
C++ | Machine learning PyTorch Setup (C++17, zapcc, QtCreator, Debian, user-space) Harder than it should be.
C++ | Api design Consider deleting your rvalue ref-qualified assignment operators Why is foo{} = foo{} working anyways?
C++ | Fun Special Treatment for Literal Zero Or: how to make "foo(0)" and "foo(1)" call different functions