diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-10-19 11:53:27 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-10-19 15:01:16 +0100 |
commit | 5a8832b1659e311437d25b7ec8b078be27ae54b8 (patch) | |
tree | 229b1a38f430ba240fcfb5f9391b849a85d969cb /gcc/tree-vectorizer.h | |
parent | c4ecb11e4f7ea15f636e463248c8b14083bef05d (diff) | |
download | gcc-5a8832b1659e311437d25b7ec8b078be27ae54b8.zip gcc-5a8832b1659e311437d25b7ec8b078be27ae54b8.tar.gz gcc-5a8832b1659e311437d25b7ec8b078be27ae54b8.tar.bz2 |
libstdc++: Change std::variant union member to empty struct
This more clearly expresses the intent (a completely unused, trivial
type) than using char. It's also consistent with the unions in
std::optional.
libstdc++-v3/ChangeLog:
* include/std/variant (_Uninitialized): Use an empty struct
for the unused union member, instead of char.
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions