Given class
class Foo : public IFoo
{
virtual void foo1();
virtual void foo2();
template <typename T>
void foo3();
};
Is it possible to mock function template method foo3?
Original issue reported on code.google.com by duncan.r...@thomsonreuters.com on 24 Jun 2014 at 2:38
Original issue reported on code.google.com by
duncan.r...@thomsonreuters.com
on 24 Jun 2014 at 2:38