cc1plus: error: candidates are: #‘tree_list’ not supported by dump_decl#<declaration error>
摘要:
source code clone download copy to clipboardShareThis report bug / make suggestion 12345678910int x; namespace A { int x; } namespace B { int x; } int main() { using namespace A; using namespace B; x; // error : ambiguity between A::i & B::i return 0; }IGludCB4OyAKICAgICAgbmFt... 阅读全文