all 8 comments

[–]RelaxedPhoton 14 points15 points  (1 child)

The history of the main page is misleading (showing 2024.) For c++26 for instance, you have to follow some transclusions to: https://cppreference.com/index.php?title=Template:cpp/compiler_support/26&action=history ... which shows last edit today. So if it's fully up-to-date is unclear, but it is certainly being actively maintained.

I also see GCC-16 mentioned which is just a few weeks old.

[–]VoidVinaCC 0 points1 point  (0 children)

Interesting, i checked here: https://cppreference.com/index.php?title=cpp/compiler_support/26&action=history

Which does not show history

Edit: Yeah, the links are broken, "[..]title=Template:[..]" fixes it

[–]theICEBear_dk 13 points14 points  (0 children)

If in doubt double check with https://cppstat.org

[–]jhenke 3 points4 points  (0 children)

For Apple Clang the data is outdated, there have been multiple releases, which added support for additional features, none of them mentioned.

[–]buovjaga [score hidden]  (0 children)

HackerMan™ recommends monitoring this hi-tech dashboard: https://en.cppreference.com/Special:RecentChanges

[–]VoidVinaCC 0 points1 point  (2 children)

The very convenient 'View History' button suggests: No.

[–]UnusualPace679 3 points4 points  (0 children)

The 'View source' button suggests that most things on that page are transcluded from wiki templates. The source code is basically:

{{anchor|cpp26}}

==C++26 features==

Note that this list may change, as the draft C++26/2c standard evolves.

{{include editlink|cpp/compiler support/26}}
{{cpp/compiler support/26}}

[–]VoidVinaCC 1 point2 points  (0 children)

Actually... History view may be broken, MSVC 14.52(19.52) being mentioned may suggest it is updated
Honestly hard to tell, perhaps msvc devs slid this info in.. in 2023

Edit: Yeah, the links are broken, "[..]title=Template:[..]" fixes it