common/concepts: Move <type_traits> include out of the Common namespace

This is a compiler/linker error waiting to happen.
pull/8/head
Lioncash 5 years ago
parent bea9ed2548
commit 999fc2fece

@ -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) {

Loading…
Cancel
Save