optimizedaway

Results 1 issues of optimizedaway

@Naios Great improvement over std::function, but there is no [std::function::target](http://www.cplusplus.com/reference/functional/function/target/) counterpart. I use it for logging addresses of underlying callable objects, very useful for debugging: ```c++ ... catch (const std::exception...

feature-request