mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++ fix test compilation errors
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user