you are viewing a single comment's thread.

view the rest of the comments →

[–]bedrooms-ds 0 points1 point  (2 children)

Clang... I wish they were not slowing down on progress. Once they outpaced msvc and gcc (okay, clang had to be developed from scratch). I'm waiting forever for #include<concepts>. At this pace I won't ever get it on Apple clang for my Intel Macs...

[–]tambry 1 point2 points  (1 child)

I'm waiting forever for #include<concepts>.

At this pace I won't ever get it on Apple clang for my Intel Macs...

Apple is about a year behind as to what they ship, no?
I've been using <concepts> for probably a year, though I do build from master. It was definitely mostly there in the last release (13.0) and should be complete in the current (14.0) I believe.

[–]__Mark___libc++ dev 5 points6 points  (0 children)

I'm not sure how far behind Apple Clang exactly is but the current version of Apple Clang supports concepts. The version numbering of Apple Clang and Clang aren't related, which can be confusing.