[libcxx-commits] [PATCH] D97802: [libc++] Increase readability of typeinfo comparison of ARM64

John McCall via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 7 13:45:56 PDT 2021


rjmccall added a comment.

Wow, yes, you're absolutely right.  I think we can probably get away with fixing that without worrying about ODR problems because `type_info` ordered comparison is so uncommon.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97802/new/

https://reviews.llvm.org/D97802



More information about the libcxx-commits mailing list