mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Fix recently introduced \t
This commit is contained in:
@@ -843,8 +843,8 @@ namespace {
|
|||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct OperatorLookup {
|
struct OperatorLookup {
|
||||||
// Don't fold this into the static_assert: this would trigger an MSVC bug
|
// Don't fold this into the static_assert: this would trigger an MSVC bug
|
||||||
// that causes the assertion to fail.
|
// that causes the assertion to fail.
|
||||||
static constexpr T* ptr = static_cast<T*>(nullptr);
|
static constexpr T* ptr = static_cast<T*>(nullptr);
|
||||||
static_assert(ptr, "Only usable with operators");
|
static_assert(ptr, "Only usable with operators");
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user