repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
ttp26.C
blob
6ba5cb28a0a6504c0a22f20e1e238347ac3af460
1
// PR c++/34052
2
template<typename T = int, typename U> class C; // { dg-error "no default argument" }
3
4
template<template<typename T = int, typename U> class C> struct X; // { dg-error "no default argument" }
5