C++ fix test compilation errors

This commit is contained in:
Robert Marsh
2021-09-27 13:58:54 -07:00
parent 49f8fd2164
commit dfb27d170c

View File

@@ -1,6 +1,8 @@
#if !defined(CODEQL_TYPE_TRAITS_H)
#define CODEQL_TYPE_TRAITS_H
typedef unsigned long size_t;
namespace std {
template<class T>
struct remove_const { typedef T type; };