Open xhawk18 opened 2 years ago
auto type = rttr::type::get<int>(); bool result = (type.create().get_type() == type);
result is false ?
yes believe yourself, it is right
also believe yan & yuan can help me ...
type.create() is propably of std::shared_ptr<int> type as default constructor policy is as_std_shared_ptr, see here
type.create()
std::shared_ptr<int>
as_std_shared_ptr
result is false ?