summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/unpacked_to_packed_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/unpacked_to_packed_impl.h')
-rw-r--r--gr-blocks/lib/unpacked_to_packed_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/lib/unpacked_to_packed_impl.h b/gr-blocks/lib/unpacked_to_packed_impl.h
index 50398aee8c..978dc606f9 100644
--- a/gr-blocks/lib/unpacked_to_packed_impl.h
+++ b/gr-blocks/lib/unpacked_to_packed_impl.h
@@ -36,7 +36,7 @@ private:
const unsigned int d_bits_per_chunk;
const endianness_t d_endianness;
unsigned int d_index;
- const unsigned int d_bits_per_type = sizeof(T) * 8;
+ static constexpr unsigned int d_bits_per_type = sizeof(T) * 8;
unsigned int
get_bit_be1(const T* in_vector, unsigned int bit_addr, unsigned int bits_per_chunk);