Qt UDLs: avoid the deprecated form of UDL definitions

cppreference.com says¹ that the space after the "" is deprecated now,
so remove the space. Let's just hope all our compilers support this,
otherwise it will get ugly².

¹ https://en.cppreference.com/w/cpp/language/user_literal#Literal_operators
² https://github.com/yhirose/cpp-httplib/issues/953

Manual conlflict resolutions:
 - dealt with the qlatin1stringview.h split from qstring.h missing

Pick-to: 6.2
Change-Id: Ic8e4939e3ba713023c5a5c020305c96b521dbda9
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 5503b478935aee563d31c5df035803818f4cead3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 4f450ddf1965a5d6220ba1460ae4514a4cad63b6)
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Marc Mutz 2023-09-08 17:17:17 +02:00
parent 1e1b4c5a59
commit 6bebbf3c5b
3 changed files with 6 additions and 6 deletions