Skip to content

Add missing include <type_traits> to allignedallocator

Simon Praetorius requested to merge issue/missing-include-alignedallocator into master

With clang-18 I get an error, because std::alignment_of is not found without including <type_traits>

Merge request reports