Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wshadow-15.C
blob: 57ec88124b42399c00274e97c41a87e3ce6a5050 [
file
] [
log
] [
blame
]
// { dg-options "-Wshadow" }
template
<
typename
T
>
void
*
operator
new
(
__SIZE_TYPE__
,
T
&);
// { dg-warning "7:shadowing library function" }
template
<
typename
T
>
void
operator
delete
(
void
*,
T
&);
// { dg-warning "6:shadowing library function" }