47
Functions in std

Functions in std

6 years ago
ian $GiyuJMEQX4

https://akrzemi1.wordpress.com/2018/07/07/functions-in-std/

Names of functions from the Standard Library used as pointers/references to functions can cause breakage in your code if you are upgrading to the newer version of C++ or compiling using a different implementation of the Standard Library, or even when just adding headers. In this post we will see why this is so, and what we can do about it.