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.
#include <compare> int main() { auto res = 0 <=> 1; if (res < 0) {} // warning: use nullptr [modernize-use-nullptr] }
https://gcc.godbolt.org/z/89W17v8j7