Is this usage of shared_ptr correct?If I use std::variant<>, I also need to pass in the different data types, then it is not much better...
Is this usage of shared_ptr correct?I try to use shared_ptr to manage data of several types. So I use shared_ptr to hold different data ...
This user does not accept Private Messages