
std::string getID(): cannot work,
runtime error:
terminate called after throwing an instance of 'emock::Exception'
what(): Failed to get address of [&ThirdPartyLib::getID], maybe inlined or haven't been overridden in derived class.
std::string getID(std::string _V): can work
std::string getID(): cannot work,
runtime error:
terminate called after throwing an instance of 'emock::Exception'
what(): Failed to get address of [&ThirdPartyLib::getID], maybe inlined or haven't been overridden in derived class.
std::string getID(std::string _V): can work