scuzqy

Results 3 comments of scuzqy

> 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"); > ``` >...