Adds:
- std::integral
- std::signed_integral
- std::unsigned_integral
- std::floating_point
Differential D88131
adds [concepts.arithmetic] cjdb on Sep 22 2020, 8:23 PM. Authored by
Details
Adds:
Diff Detail
Event Timeline
Comment Actions Some small nits
Comment Actions @CaseyCarter @miscco @ldionne @EricWF I think this has addressed all the comments and should be good to merge.
Comment Actions Are you using arc diff to upload patches? The Phab -> BuildKite bridge seems to have trouble applying your patches, not sure why. Comment Actions No, I've been using the Phab web interface. Do you recommend I try the CLI tool instead? Comment Actions Without the CLI tool the CI will not automatically rebuild the new diff. This is an issue with Phabricator.
Comment Actions Mostly nitpicks, except the part about intrinsics which I would really like to de-duplicate.
Comment Actions removes conditional concept definitions as disucssed with Louis offline
|
Pre-existing: did GCC start supporting __is_convertible_to while I wasn't looking, or is this clang-only?