8 Feb
2018
8 Feb
'18
7:25 p.m.
degski wrote:
Using std::function has one advantage, though, it's standardised.
In the context of this discussion, it's irrelevant.
It seems only logical to me to decrease coupling with other boost libraries as time moves on, to use the std-equivalent of certain boost libraries...
This discussion is about link compatibility between code compiled with C++03 and code compiled with C++11. If your code uses std::function, it can't be compiled with C++03 and therefore this thread is simply not for you.