GCC bug workaround

This commit is contained in:
Sebastian Messmer 2017-09-09 14:40:34 +01:00
parent 7e56c46bb0
commit 51e9ac39d2

View File

@ -13,7 +13,7 @@ template<size_t SIZE>
class FixedSizeData final {
public:
//Non-virtual destructor because we want objects to be small
~FixedSizeData() {}
~FixedSizeData() = default;
static constexpr size_t BINARY_LENGTH = SIZE;
static constexpr size_t STRING_LENGTH = 2 * BINARY_LENGTH; // Hex encoding