mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 08:18:55 +00:00
AK: Fix Clang 18 -Wdeprecated-literal-operator
warning
The proper syntax for defining user-defined literals does not require a space between the `operator""` token and the operator name: > error: identifier 'sv' preceded by whitespace in a literal operator > declaration is deprecated
This commit is contained in:
parent
6d331389ad
commit
075ce53d14
Notes:
sideshowbarker
2024-07-17 06:54:15 +09:00
Author: https://github.com/BertalanD
Commit: 075ce53d14
Pull-request: https://github.com/SerenityOS/serenity/pull/20658
3 changed files with 4 additions and 4 deletions
Loading…
Add table
Add a link
Reference in a new issue