[libcxx-commits] [PATCH] D154590: [libc++] mark barrier constructor as constexpr and explicit in <barrier>
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 11 12:04:03 PDT 2023
philnik added a comment.
In D154590#4490754 <https://reviews.llvm.org/D154590#4490754>, @diamante0018 wrote:
> I will abandon this revision, as a discussion happened on the llvm discord, the implementation is not constexpr friendly and will need some extra attention that is beyond my capabilities and the initial scope of this revision
I think the `explicit` part should be uncontroversial, in case you want to continue with that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154590/new/
https://reviews.llvm.org/D154590
More information about the libcxx-commits
mailing list