Hacker News new | ask | show | jobs
by jitans 376 days ago
Why don't use fu2? https://naios.github.io/function2/
1 comments

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".