diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-09-24 16:44:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-24 16:44:25 -0400 |
| commit | 9a53173e4de2194a128a33764d3f50f02f358efa (patch) | |
| tree | 6f6cf76701e48f6c83e105ab06b2e6f82627dbf9 /src/video_core/texture_cache | |
| parent | c8512839d78249a441a354a4072779c982fd4305 (diff) | |
| parent | 9266bad22916640184678c77ccf2ad1f4972f905 (diff) | |
Merge pull request #7084 from ameerj/clang-12
general: Update style to clang-format-12
Diffstat (limited to 'src/video_core/texture_cache')
| -rw-r--r-- | src/video_core/texture_cache/slot_vector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/texture_cache/slot_vector.h b/src/video_core/texture_cache/slot_vector.h index 74cd3c9d8..50df06409 100644 --- a/src/video_core/texture_cache/slot_vector.h +++ b/src/video_core/texture_cache/slot_vector.h @@ -31,8 +31,8 @@ struct SlotId { }; template <class T> -requires std::is_nothrow_move_assignable_v<T>&& - std::is_nothrow_move_constructible_v<T> class SlotVector { +requires std::is_nothrow_move_assignable_v<T> && std::is_nothrow_move_constructible_v<T> +class SlotVector { public: class Iterator { friend SlotVector<T>; |
