acts-project / vecmem

Vectorised data model base and helper classes.
https://acts-project.github.io/vecmem/
Mozilla Public License 2.0
19 stars 13 forks source link

Move `vecmem::memory_order` into its own header #277

Closed stephenswat closed 5 months ago

stephenswat commented 5 months ago

This commit moves vecmem::memory_order into its own header in order to avoid circular dependencies in #275 and #276.