I\'m using the \'using\' declaration in C++ to add std::string and std::vector to the local namespace (to save typing unnecessary \'std::\'s).
using std::str
The scope of the using statement depends on where it is located in the code: