Nuacht

Several headers of dlib declare "using namespace std;". It creates conflicts with other codes having functions/classes in their own namespace having the same name than the std lib and having the same ...
Description mbed.h has "using namespace std" and "using namespace mbed" . Just spent a bunch of time debugging something b/c I had no idea my namespace had gotten clobbered. Putting using declarations ...