mirror of
https://github.com/github/codeql.git
synced 2026-01-08 04:00:26 +01:00
8 lines
120 B
C++
8 lines
120 B
C++
template <typename T>
|
|
struct NEQ_helper {
|
|
};
|
|
|
|
template <typename T>
|
|
struct MyClass : public NEQ_helper<MyClass<T>> {
|
|
};
|