Go to the first, previous, next, last section, table of contents.


10.5 Namespace Refinement

[[[More work is needed to describe namespace refinement. The idea is similar to that described for classes above. New declarations can be added, as with classes; however, there is already in C++ a form for extending a namespace with new declarations, which should be used if no existing declarations in the namespace is to be strengthened. There is no trait for a namespace, so the renaming doesn't apply.]]]


Go to the first, previous, next, last section, table of contents.