can someone tell me why c++ compilers don't checksum class layouts to let the linker warn you if you've fucked up ABI compatibility? ocaml does this, works well
Quote Tweet
the answer is that i forgot to pass an option to my code generator, so half of the compiled code used one (up to date) class definition inline in the source file and the other half of the compiled code used another (outdated) class definition in the header file
infuriating
Show this thread
8
8
77


