mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:48:01 -05:00
common/concepts: Move <type_traits> include out of the Common namespace
This is a compiler/linker error waiting to happen.
This commit is contained in:
@ -4,10 +4,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace Common {
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
namespace Common {
|
||||
|
||||
// Check if type is like an STL container
|
||||
template <typename T>
|
||||
concept IsSTLContainer = requires(T t) {
|
||||
|
Reference in New Issue
Block a user