We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8567e2a commit 4cd9b69Copy full SHA for 4cd9b69
1 file changed
adoc/code/specialization_id.cpp
@@ -44,7 +44,7 @@ inline namespace other {
44
int same_name; // ILLEGAL: shadows "specialization_id" variable with same name in
45
// enclosing namespace scope
46
}
47
-inline namespace {
+inline namespace other2 {
48
namespace foo { // ILLEGAL: namespace name shadows "::foo" namespace which contains
49
// "specialization_id" variable.
50
} // namespace foo
0 commit comments