📄 two-stage4.c
字号:
// Contributed by Douglas Gregor <doug.gregor@gmail.com>template<class T> struct wrap {};template<typename T> bool& operator==(wrap<T>, wrap<T>);template<typename T>void g(T, wrap<wrap<int> > x){ bool& b = x == x; // { dg-bogus "invalid initialization of reference" "" { xfail *-*-*} }}template<typename T> int& operator==(wrap<wrap<T> >, wrap<wrap<T> >);void h(){ wrap<wrap<int> > x; g(17, x);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -