mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-07 17:50:59 +08:00
6.5.3 clean
This commit is contained in:
@ -22,7 +22,7 @@ public:
|
||||
using SafeZero = void (CompareAgainstLiteralZero::*)();
|
||||
Q_IMPLICIT constexpr CompareAgainstLiteralZero(SafeZero) noexcept {}
|
||||
|
||||
template <typename T, std::enable_if_t<!std::is_same_v<T, int>, bool> = false>
|
||||
template <typename T, std::enable_if_t<std::is_null_pointer_v<T>, bool> = true>
|
||||
CompareAgainstLiteralZero(T) = delete;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user