[PATCH] D54472: Disable invalid isPodLike<> specialization
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 21 15:15:01 PST 2018
efriedma added inline comments.
================
Comment at: include/llvm/ADT/Optional.h:134
+ void reset() { hasVal = false; }
+};
+
----------------
This looks almost identical to the specialization we had before r347004; does this avoid the miscompiles somehow?
https://reviews.llvm.org/D54472
More information about the llvm-commits
mailing list