container: static_vector and type traits

15 Mar
2022
15 Mar
'22
11:30 a.m.
Hello Should static_vector be of standard layout and/or trivially copyable? depending on the element type I see this outputs false std::cout << std::is_standard_layout_v<boost::container::static_vector<char,32>> << std::endl; std::cout << std::is_trivially_copyable_v<boost::container::static_vector<char,32>> << std::endl; Rds,
1178
Age (days ago)
1178
Last active (days ago)
0 comments
1 participants
participants (1)
-
MM