122
C++ try not to add footguns challenge (impossible)
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Oh,
std::enable_if
is straight up worse, they're unreadable and don't work when two function overloads (idk about variables) have the same signature.I'm not even sure enable_if can do something that constraints can't at all...