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
parent
d77162a458
commit
edf92b8e33
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue