|
@ -7,7 +7,6 @@ namespace storm { |
|
|
namespace dft { |
|
|
namespace dft { |
|
|
|
|
|
|
|
|
// Prevent some magic constants
|
|
|
// Prevent some magic constants
|
|
|
static constexpr const uint64_t defaultPriority = 1; |
|
|
|
|
|
static constexpr const uint64_t defaultCapacity = 1; |
|
|
static constexpr const uint64_t defaultCapacity = 1; |
|
|
|
|
|
|
|
|
template<typename ValueType> |
|
|
template<typename ValueType> |
|
|