?? strong-using-2.c
字號:
// PR c++/13594// { dg-do compile }namespace foo_impl { class T; // { dg-error "first declared" "" }}namespace bar_impl { class T; // { dg-error "also declared" "" }}namespace foo { using namespace foo_impl __attribute__((strong));}namespace bar { using namespace bar_impl __attribute__((strong)); using namespace foo;}namespace baz { using namespace foo; using namespace bar;}foo::T *t1;bar::T *t2;baz::T *t3; // { dg-error "(ambiguous|expected|extra)" "" }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -