[libcxx-commits] [PATCH] D91662: Revert switch-based std::variant implementation again.

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 17 20:06:34 PST 2020


EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.

Bots are clean now.

The variant switch change also breaks backwards compatibility when targeting older OS X dylibs,
since it makes non-throwing relops and hash unavailable. We should fix that before recommitting things.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91662



More information about the libcxx-commits mailing list