qcompare.h: fix comment for std lib implementation selection

Amends 4b6f757020

Found in API review

Pick-to: 6.7
Change-Id: I9154c6ad0236776054816bcdde03737290a633ad
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
bb10
Ivan Solovev 2024-01-17 16:13:22 +01:00
parent d77162a458
commit edf92b8e33
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ enum class Uncomparable : CompareUnderlyingType
Unordered =
#if defined(_LIBCPP_VERSION) // libc++
-127
#elif defined(__GLIBCXX__) // libstd++
#elif defined(__GLIBCXX__) // libstdc++
2
#else // assume MSSTL
-128