Advent of Code in C++ Template Metaprogramming
2023-12-08 19:01:19.558802+01 by Dan Lyke 0 comments
I've recently been diving back into the C++ code which generates some of my other web sites, and am tearing my hair out (yes, I'm bald) trying to get code which compiles on Linux running on the Mac as well. Which is frustrating, especially when I'm trying to figure out which incantations are necessary to get Boost compiling property on gcc
vs clang
, let alone other library issues (Hello GNU libcgipp...).
Anyway, all of this is making me have a rekindled appreciation for Perl, or straight-up C, but some of the template hacks in Made of Bugs: Advent of Code in C++ Template Metaprogramming is exciting me.