The namespace was std
not introduced in C ++ until the first ISO / IEC standard in 1998 (often called C ++ 98). Until that time, all standard library functions and objects were part of the global namespace.
Herb Sutter wrote a snippet entitled Migrating to the Namespace in 2000, which detailed his advice on the transition.
- , std
, , - std
, , . . " std" ?
, 1998 , . , using
, , . , .
using std::endl;
using std::set_new_handler;
, - . - std::
.