leeqx opened this issue 4 years ago · 1 comments
here is an eg:
template<typename X, typename Y> class Foo { void foo(X x,Y y) {} };
how to stub for foo(X x,Y y) method?
-fno-access-control //compilation option template class A<int, double>; //Explicit instantiation
or use addr_any.h
addr_pri.h not work.