p3524c.c
来自「gcc3.2.1源代码」· C语言 代码 · 共 16 行
C
16 行
// Make sure we can cast to a templated type, that requires a conversion by// constructor, from a non-aggregate type.// Build don't link:// prms-id: 3524template <class T>struct ccPair { ccPair (int i) { }};void foo (){ (ccPair<float>)1;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?