Skip to content
Snippets Groups Projects
Verified Commit ce2c1e0d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

No longer use C++ UTF-8 string literals

They don’t bring any added value, and break compilation in C++20 mode (because
they are then of type “const char8_t *” which is distinct from “const char *”).
parent 63a116fb
Branches
No related tags found
No related merge requests found
Showing
with 130 additions and 130 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment