Dont leak ownership in extractor::files
This commit is contained in:
committed by
Patrick Niklaus
parent
0072bf0c59
commit
446c865415
@@ -45,6 +45,8 @@ template <typename T, storage::Ownership Ownership> class PackedVector
|
||||
static const constexpr std::size_t PACKSIZE = BITSIZE * ELEMSIZE;
|
||||
|
||||
public:
|
||||
using value_type = T;
|
||||
|
||||
/**
|
||||
* Returns the size of the packed vector datastructure with `elements` packed elements (the size
|
||||
* of
|
||||
|
||||
Reference in New Issue
Block a user