diff options
| author | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-10-08 17:16:57 -0700 |
|---|---|---|
| committer | mitaclaw <140017135+mitaclaw@users.noreply.github.com> | 2024-10-10 20:23:55 -0700 |
| commit | e8d5fb89e4465e8ef64920f12e7cb60e82057658 (patch) | |
| tree | eda79c38cbe3b018b91038d642ccc48bcc9f93b8 /Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h | |
| parent | b5f7a508742671410c44fc6f0e66d0ce789c3b57 (diff) | |
C++20: Synthesize `operator!=` From `operator==`
The inequality operator is automatically generated by the compiler if `operator==` is defined.
Diffstat (limited to 'Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h')
| -rw-r--r-- | Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h index 48106e3a2a..d4ab5b3d1c 100644 --- a/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h +++ b/Source/Core/VideoCommon/GraphicsModSystem/Runtime/FBInfo.h @@ -13,7 +13,6 @@ struct FBInfo TextureFormat m_texture_format = TextureFormat::I4; u32 CalculateHash() const; bool operator==(const FBInfo& other) const; - bool operator!=(const FBInfo& other) const; }; struct FBInfoHasher |
