22 #ifndef AGS_SHARED_UTIL_MEMORY_COMPAT_H 23 #define AGS_SHARED_UTIL_MEMORY_COMPAT_H 25 #include "common/std/memory.h" 30 #if __cplusplus < 201402L && !((defined(_MSC_VER) && _MSC_VER >= 1900)) 32 template<
typename T,
typename... Args>
Definition: algorithm.h:37