mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-24 09:24:49 +00:00
This code worked with GCC because libstdc++ pulls in `type_info`'s definition through the `cxxabi` header included by `AK/Demangle.h`. In contrast, `libc++` only forward-declares it, so this code failed to compile with it.
15 KiB
15 KiB