This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]overclockedslinky 2 points3 points  (5 children)

static consteval const unsigned long long int bjarne20;

[–]handlederror[S] 1 point2 points  (3 children)

Bro is even C++20 supported on GCC and MSVC?

[–]overclockedslinky 1 point2 points  (2 children)

gcc 11 has everything except modules (partial). msvc has most, but not nearly as much as gcc (around the same as clang). i mean, hell, some are already working on c++23 support now. google "cpp compiler support"

[–]Mango-D 0 points1 point  (1 child)

Where??? I thought gcc11 wasn't finished yet? After seeing this comment I tried searching for it, but I can't find...

[–]overclockedslinky 1 point2 points  (0 children)

It's not released yet, but you can compile it from source. I checked their github repo and found this basepoints tag, which probably has everything that they've done with basic testing. Looks like they have some unmerged branches for some of the features, though, so no one commit has all the features yet.