sonible / VCTR

A powerful C++ 20 wrapper around your favorite standard library containers
https://sonible.github.io/VCTR/
Other
25 stars 1 forks source link

Config: Allow to explicitly disable the member alignment of vctr::Array #89

Closed JanosGit closed 1 year ago

JanosGit commented 1 year ago

are there any tests in place that verify that the alignment macro can safely be used for both scenarios?

I only verified that locally so far. We could add another build to the matrix but I'd rather leave testing of this configuration up to our internal unit tests since there are already so many of them