Comment by jitans Comment by jitans 6 months ago 1 reply Copy Link View on Hacker News Why don't use fu2? https://naios.github.io/function2/
Copy Link kjksf 6 months ago Collapse Comment - 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". Reply View | 0 replies
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".