logoalt Hacker News

jitans06/15/20251 replyview on HN

Why don't use fu2? https://naios.github.io/function2/


Replies

kjksf06/15/2025

One, I didn't know about it.

Two, my main objective is extreme simplicity and understandability of the code.

I explicitly gave up features of std::function for smaller code that I actually understand.

fu2 seems to be "std::function but more features".