scuzqy
Results
3
comments of
scuzqy
Will this be merged?
> Mind if we change the check to: > > ``` > static_assert(std::is_trivially_copyable::value, > "AllocateAligned: requires trivially copyable T"); > static_assert(std::is_trivially_destructible::value, > "AllocateAligned: requires trivially destructible T"); > ``` >...