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
PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1z
/
class-deduction27.C
blob
ce58058b1785bb0aa99e6263a61bc59127cd7d7e
1
// PR c++/79316
2
// { dg-options -std=c++17 }
3
4
template<typename T> struct S { S(T t) {} };
5
template<typename T> S(T, int = 7) -> S<T>;