Skip to content

Commit

Permalink
Merge pull request #293 from krasznaa/SoAGcc11Fix-main-20240813
Browse files Browse the repository at this point in the history
SoA GCC 11 Fix, main branch (2024.08.13.)
  • Loading branch information
krasznaa authored Aug 13, 2024
2 parents 20f94a5 + 6292db9 commit 336f154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/vecmem/edm/details/buffer_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ VECMEM_HOST auto make_buffer_views(
// then only the jagged vectors are resizable, the "normal vectors" are not.
// But the received "sizes" variable would be hard to set up like that
// outside of this function, so the logic has to sit here.
return make_tuple(buffer_alloc<TYPES>::make_view(
return vecmem::make_tuple(buffer_alloc<TYPES>::make_view(
capacities,
((has_jagged_vector && (!std::get<INDICES>(is_jagged_vector)))
? nullptr
Expand Down

0 comments on commit 336f154

Please sign in to comment.