HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by LegionMammal978

Comment by LegionMammal978 3 months ago

0 replies

View on Hacker News

Actually, it does use a union, in both libstdc++ [0] and libc++ [1]. (Underneath a lengthy stack of base classes, since it wouldn't be C++ if it weren't painful to match the specified semantics.)

[0] https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libstdc%2B%2B-v3...

[1] https://github.com/llvm/llvm-project/blob/llvmorg-20.1.3/lib...