[PATCH] D27436: [libcxx] [test] std::get<0>([std::variant constant expression]) *is* noexcept
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 5 22:48:47 PST 2016
mclow.lists accepted this revision.
mclow.lists added a comment.
I'd appreciate it if someone made a note to revisit this test when the clang bug is fixed, and change the `#ifndef __clang__ ` to something like `#ifndef __clang__ || clang_version < XXXX`".
This LGTM.
https://reviews.llvm.org/D27436
More information about the cfe-commits
mailing list