From f2b9258cdb39024a872e2c34de78f6fe52e540e8 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Wed, 17 Jan 2024 16:13:22 +0100 Subject: [PATCH] qcompare.h: fix comment for std lib implementation selection Amends 4b6f757020382ed157bf6beb572549f05e881359 Found in API review Change-Id: I9154c6ad0236776054816bcdde03737290a633ad Reviewed-by: Marc Mutz (cherry picked from commit edf92b8e33f896c764c8aac549385f6e46571a0e) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/global/qcompare.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qcompare.h b/src/corelib/global/qcompare.h index 5d4bb57e73d..9dd244c8f92 100644 --- a/src/corelib/global/qcompare.h +++ b/src/corelib/global/qcompare.h @@ -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