mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +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>> {
|
|
};
|