![Functions in std](https://i.comentr.com/S_tL1oiZA6ebmaX0ylDS9SzNsWU_tam.jpg)
Functions in std
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.