qcompare.h: fix comment for std lib implementation selection
Amends 4b6f757020382ed157bf6beb572549f05e881359 Found in API review Change-Id: I9154c6ad0236776054816bcdde03737290a633ad Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit edf92b8e33f896c764c8aac549385f6e46571a0e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
0002ba47e6
commit
f2b9258cdb
@ -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…
x
Reference in New Issue
Block a user