You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
In chapter 20, Namespaces, we have the line
"The declaration-list must not contain a namespace-definition."
indicating that namespace declarations of the form
namespace foo {
namespace bar { }
}
are illegal.
This is incorrect; nested namespaces in this form are legal.
The text which says that you cannot mix the "namespace foo { ... } " form with the "namespace bar;" form is correct.
The text was updated successfully, but these errors were encountered: