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.
#if 'A' == u8'A' || L'A' == u8'A' #endif
https://github.com/cppfastio/fast_io/blob/ebaab183746cb21bde5932e29921d453dbad8846/include/fast_io_core_impl/literals/literal.h#L14
The fast_io uses this to detect whether it is EBCDIC or not. But clang-scan-deps cannot deal with it.