[PATCH] D42220: libcxx: Move bad_cast and bad_typeid member functions inline on Windows.

Marshall Clow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 17:46:06 PST 2018


mclow.lists added a comment.

I'd like to call attention to http://libcxxabi.llvm.org, specifically the FAQ entry: //Why are the destructors for the standard exception classes defined in libc++abi? They're just empty, can't they be defined inline?//


https://reviews.llvm.org/D42220





More information about the llvm-commits mailing list