this post was submitted on 15 Sep 2025
90 points (89.5% liked)
Programmer Humor
26372 readers
1269 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What!? constexpr is one of the best additions to C++ ever since. And I do like auto even though I get why some folks can't stand it.
Yeah, it's so good that reality is flaking at the edges because of using
constexpr auto x = whatever()
.Well... and what would be the meta templating equivalent to this statement?