Files
PDF4QT/Pdf4QtLibCore
Jean Felder ec9c279052 fix(pdfccittfaxdecoder): Remove whitespace in _bitlength operator
This fixes a compilation warning with newer clang version.
Indeed, the whitespace between "" and _bitlength is no longer
allowed. This was permitted in older versions of the standard but has
since been deprecated.

```
error: identifier '_bitlength' preceded by whitespace in a literal
operator declaration is deprecated
[-Werror,-Wdeprecated-literal-operator]
     27 | constexpr uint8_t operator "" _bitlength()
        |                   ~~~~~~~~~~~~^~~~~~~~~~
        |                   operator""_bitlength
```
2025-04-29 18:39:01 +02:00
..
2024-10-29 20:27:12 +01:00
2023-12-03 19:11:17 +01:00
2024-10-29 20:27:12 +01:00
2023-12-03 19:11:17 +01:00