template-1.c

来自「xml大全 可读写调用率很高 xml大全 可读写调用率很高」· C语言 代码 · 共 16 行

C
16
字号
//Origin: bangerth@dealii.org//PR c++/11490//Since N is know at instantiation time, there// should be no warning about comparision between// unsinged and signed interegers.// { dg-do compile }// { dg-options "-W" }template <int N> bool f() {  unsigned int i=0;  return i!=N;  // { dg-bogus "signed and unsigned" }}template bool f<2> ();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?