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.
bool operator"" _b(unsigned long long value); bool x = 1_b;
Finding references on _^b does not give any references except itself. Reference to _b in bool x = 1_b is missing.
_^b
_b
bool x = 1_b
Similarly, 1_^b gives no references at all.
1_^b