`__has_feature(modules)` is always true in C++20 and later. Instead of using that, just disable extension warnings if they're not ignored through the system header machinery anyways.
`__has_feature(modules)` is always true in C++20 and later. Instead of using that, just disable extension warnings if they're not ignored through the system header machinery anyways.