diff options
| author | Marc Mutz <[email protected]> | 2022-07-18 10:46:16 +0200 |
|---|---|---|
| committer | Marc Mutz <[email protected]> | 2022-07-20 11:15:55 +0000 |
| commit | 749b2df889ac94c106e59b915ec5862384978878 (patch) | |
| tree | a24652dc88d773185473b3820d5b9da7a16f42de /src/opengl/qopenglbuffer.cpp | |
| parent | 16c453069f7b44ba7328a178b4b9ce99a150813e (diff) | |
QCollator: port compare(ptr, n, ptr, n) to qsizetype
While the function is inline, the class is exported wholesale, so the
function forms part of the ABI on Windows (but not Unix), so we must
overload, can't replace.
To avoid ambiguities where users pass different integer types as the
lengths of the LHS and RHS strings, QT_REMOVED_SINCE the old overload.
Since the removed function has an inline definition, it suffices to
just include the header into the corresponding QT_REMOVED_SINCE
section of the removed_api.cpp file, to elegantly solve the BiC
problem only for those platforms (MSVC) where it matters.
Pick-to: 6.4
Task-number: QTBUG-103531
Change-Id: I74d446f08fcd6247a2ec44575b8afef8d014c3b5
Reviewed-by: Thiago Macieira <[email protected]>
Diffstat (limited to 'src/opengl/qopenglbuffer.cpp')
0 files changed, 0 insertions, 0 deletions
