[libcxx-commits] [libcxx] [libc++] [NFC] Split typeinfo header (PR #68812)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 16 19:45:16 PDT 2023
itrofimow wrote:
Sorry for confusing you, i'm not that familiar with how such things are handled.
Do i understand you correctly, that instead of splitting the header i should just remove the conditional `#include <exception>` from `typeinfo` and reverse the dependency (now `exception` would include `typeinfo`) instead?
https://github.com/llvm/llvm-project/pull/68812
More information about the libcxx-commits
mailing list