[libcxx-commits] [PATCH] D81973: [libcxx/variant] Fix build error for when exceptions disabled.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 16 15:56:15 PDT 2020
zoecarver accepted this revision.
zoecarver added inline comments.
================
Comment at: libcxx/include/variant:1084
+ this->__generic_construct(*__rhs, _VSTD::move(*__lhs));
+#endif
this->__generic_construct(*__lhs, _VSTD::move(__tmp));
----------------
Can you put a comment here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81973/new/
https://reviews.llvm.org/D81973
More information about the libcxx-commits
mailing list