How to find the function symbol in nm or objdump when using shared_ptr for abstract class?Yes. It's true. But I think there are function signature check during compilation. That means the sy...
How to find the function symbol in nm or objdump when using shared_ptr for abstract class?No. There are some implementation in ABCImpl::func_in_ABC(). Since ABC is abstract class, there are ...
How to find the function symbol in nm or objdump when using shared_ptr for abstract class?Hi, I use shared_ptr for an abstract class ABC as follows: typedef boost::shared_ptr<ABC> ABCP...
This user does not accept Private Messages