mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-27 08:06:06 -04:00
f690b92d28
Union members with non-trivial ctors/dtors is undefined behavior and clangd normally throws a fit and refuses to parse the whole union, but it seems to be possible to ifdef the problematic ctors out for non-mwerks compilers and explicitly tell modern compilers to use the defaults instead. Thanks to encounter for this fix.