You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: