std::is_trivial
Opened this issue · 0 comments
Micke632 commented
consider adding static_assert(std::is_trivial::value, "can only handle trivial types"); so users understand they can't use for instance
std::string in their pools
Opened this issue · 0 comments
consider adding static_assert(std::is_trivial::value, "can only handle trivial types"); so users understand they can't use for instance
std::string in their pools