?? cxx-scope-2.mm
字號(hào):
/* Make sure Objective-C++ can distinguish ObjC classes from C++ classes. *//* Author: Ziemowit Laski <zlaski@apple.com> *//* { dg-do compile } */#include <objc/Object.h>#include <iostream>#include <string>@interface iostream: Object@endint main(void) { id i = [std::iostream new]; /* { dg-warning "not an Objective\\-C class name or alias" } */ i = [iostream new]; i = [std::basic_string<char> new]; /* { dg-warning "not an Objective\\-C class name or alias" } */ return 0;}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -