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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
constexpr-assign1.C
blob
4583b64e3afc925e31957b289df977ad540674ec
1
// { dg-do compile { target c++14 } }
2
3
struct A { };
4
5
struct B
6
{
7
A a;
8
constexpr B& operator=(const B&) = default;
9
};