Closed nmm0 closed 1 year ago
Since we are currently embedding in namespace std:: we make assumptions that standard library entities don't need to be qualified with std::. In order to move away from namespace std:: we need to change that.
std::
Since we are currently embedding in namespace
std::
we make assumptions that standard library entities don't need to be qualified withstd::
. In order to move away from namespacestd::
we need to change that.