We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I tried using a static_vector in device code which unfortunately is not possible due to the call to memmove in push_back.
static_vector
memmove
push_back
vecmem/core/include/vecmem/containers/impl/static_vector.ipp
Line 169 in 7d47188
warning #20011-D: calling a host function("memmove") from a host device function ("vecmem::static_vector::insert") is not allowed