📄 p3524c.c
字号:
// { dg-do assemble }// Make sure we can cast to a templated type, that requires a conversion by// constructor, from a non-aggregate type.// prms-id: 3524template <class T>struct ccPair { ccPair (int i) { }};void foo (){ (ccPair<float>)1;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -