VecMem Beta 0.24.0
Pre-release
Pre-release
Release including the following update(s) since v0.23.0:
- Introduced tests to make sure that all public headers in the project can be included on their own;
- Fixed some minor cases where this was not true until now;
- Made the project build without warnings when using
-Wconversion
with current GCC / Clang versions; - Changed the API of the constructors of
vecmem::data::vector_buffer
andvecmem::data::jagged_vector_buffer
, to hopefully be a bit less error-prone.