We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code should compile without error with --std=c++20 -fno-modules:
--std=c++20 -fno-modules
#if __has_feature(modules) #error Module support found! #endif
Actual result: error message.
Status