index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
modernize-use-using.cpp
blob: 0e7b73222c314be79e870268652466350b07427f (
plain
)
1
2
3
4
5
template
<
typename
T
>
class
Test
{
typedef
typename
T
::
iterator
Iter
;
};
typedef
int
Type
;