Lioncash b7a5e3b36c Directory: Avoid use of unnamed struct in union
Anonymous structs have a limitation on GCC when involving non-trivial
default constructors, as it's a compiler extension and not actually
standard C++ to use anonymous structs. We can give the struct a concrete
name, which fixes this issue.
2025-04-19 19:53:50 -07:00
..
2025-04-18 21:52:38 -06:00
2025-04-18 21:52:38 -06:00
2025-04-02 19:57:16 -06:00