Replace deprecated std functions
I stumbled across some uses of standard library lib features that have been deprecated since C++11 and are now actually gone from Clang 5 in C++17 mode, so this MR just replaces them with their direct successors.
I stumbled across some uses of standard library lib features that have been deprecated since C++11 and are now actually gone from Clang 5 in C++17 mode, so this MR just replaces them with their direct successors.