This is a compiler/linker error waiting to happen.
@ -4,10 +4,10 @@
#pragma once
namespace Common {
#include <type_traits>
// Check if type is like an STL container
template <typename T>
concept IsSTLContainer = requires(T t) {