This commit is contained in:
parent
84c2d8bb19
commit
f7b2f34053
1 changed files with 1 additions and 0 deletions
|
@ -973,6 +973,7 @@ From get_base_type(Type From::*);
|
|||
|
||||
template <typename T>
|
||||
union union_type {
|
||||
constexpr ~union_type() {}
|
||||
char c = {};
|
||||
T f;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue