📄 wparentheses-4.c
字号:
// Test that -Wparentheses does not give bogus warnings in the// presence of templates for non-plain assignment. Bug 17120.// { dg-do compile }// { dg-options "-Wparentheses" }template<typename _Tp> inline _Tp cmath_power(_Tp __x, unsigned int __n) { while (__n >>= 1) ; return __x; }int main(){ cmath_power(1.0, 3);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -