--Section 8.2.8.1--
Occasionaly, we want access to only a few names from a namespace. We would do
do that by writing a namespace declaration containing only those names we want.
For example, we could declare a version of His_string that provided the String
itself and the concatenation operator only:
My question - His_string has a *definition* of a class. Wont writing a
duplicate His_string namespace declaration in your file, also containing the class definition, give me a *redefinition* compile time error? (*compiled it and yes it gives an error*)