Skip to content

Make gmx::BasicVector constexpr

Andrey Alekseenko requested to merge aa-constexpr-rvec into main

Unlikely to offer any optimizations, but would permit its use in constexpr context. Add some basic tests.

Also mark operator== and operator!= as const.

Merge request reports