On 12/4/25 17:24, Ilmari Lauhakangas wrote:
The new and in-progress cppstat site offers rather convenient features to filter the mass of features. We can use compiler version filters like these and check the individual C++ standard releases:
GCC: <=12
Clang: <=18
Xcode: <=14.3
(seems tricky or not possible to filter with MSVC, so have to just eyeball them or Ctrl+F and highlight - VS 2026 has version 19.50+)

A convenient feature was added to cppstat - now we can share links to filtered results and even the MSVC filtering works:

https://cppstat.dev/?tags=cpp17,gcc%3C=12,clang%3C=18,msvc%3C=19.44,xcode%3C=14.3
https://cppstat.dev/?tags=cpp20,gcc%3C=12,clang%3C=18,msvc%3C=19.44,xcode%3C=14.3
https://cppstat.dev/?tags=cpp23,gcc%3C=12,clang%3C=18,msvc%3C=19.44,xcode%3C=14.3
https://cppstat.dev/?tags=cpp26,gcc%3C=12,clang%3C=18,msvc%3C=19.44,xcode%3C=14.3

I think we could start using this in our wiki docs.

Ilmari

Reply via email to