...

/

Removing Old functional Stuff

Removing Old functional Stuff

In this lessons we will look at some removeed functions.

We'll cover the following...

Functions like bind1st()/bind2nd()/mem_fun(), … were introduced in the C++98-era and are not needed now as you can apply a lambda. What’s more, the functions were not updated to handle perfect ...