mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-25 23:55:43 +01:00
Merge pull request #8843 from Kelebek1/SILENCE_WENCH
Silence a million MSVC warnings
This commit is contained in:
commit
199f77b92f
@ -11,7 +11,7 @@ namespace Common {
|
||||
namespace detail {
|
||||
template <typename T, size_t Size, size_t Align>
|
||||
struct TypedStorageImpl {
|
||||
std::aligned_storage_t<Size, Align> storage_;
|
||||
alignas(Align) u8 storage_[Size];
|
||||
};
|
||||
} // namespace detail
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user