This commit is contained in:
Bela Schaum 2022-11-13 18:01:31 +01:00 committed by GitHub
parent 84c2d8bb19
commit f7b2f34053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -973,6 +973,7 @@ From get_base_type(Type From::*);
template <typename T> template <typename T>
union union_type { union union_type {
constexpr ~union_type() {}
char c = {}; char c = {};
T f; T f;
}; };