repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
alias-decl-51.C
blob
cef3715845bcd5e4ce8848172b31a7a4b049d823
1
// PR c++/66743
2
// { dg-do compile { target c++11 } }
3
4
template< class T >
5
struct
6
type_is { using type = T; };
7
8
template< class T >
9
using underlying_type = type_is<__underlying_type(T)>;