xAODCore: Extend AuxContainerBase to keep track of a memory_resource.
Compare changes
Files
4- scott snyder authored
Allow passing a default std::pmr::memory_resource to the AuxContainerBase constructors, and add a accessor method for retrieving it.
@@ -17,6 +15,10 @@
@@ -24,11 +26,17 @@ using namespace std;
@@ -48,7 +56,8 @@ namespace xAOD {
@@ -69,13 +78,15 @@ namespace xAOD {
@@ -142,6 +153,28 @@ namespace xAOD {