diff options
author | Ryan Volz <ryan.volz@gmail.com> | 2021-01-07 22:34:29 -0500 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-01-11 06:57:49 -0800 |
commit | 6d0a28f833aea97486eb2b6b8844f24caa65a872 (patch) | |
tree | ca8e1251cd2ad7c40fe9fdbe91d30f54de765b50 /grc/tests/test_expr_utils.py | |
parent | 19c68f10fae2bf5f371f36c383f9cfb13cebee58 (diff) |
filter: Fix polyphase_filterbank for MSVC, w/ default move constructor.
Because of the deleted copy constructor (previously implicit, now made
explicit in this commit to match fir_filter.h), polyphase_filterbank.cc
fails to compile with MSVC trying to use the fft_filter_ccf copy
constructor. Explicitly declaring a default move constructor fixes this
by allowing it to use the move constuctor instead, which is the
behavior we want. It's a mystery why MSVC requires this and other
compilers don't, but it works.
See #3892 for similar discussion and change for other filter classes.
Signed-off-by: Ryan Volz <ryan.volz@gmail.com>
Diffstat (limited to 'grc/tests/test_expr_utils.py')
0 files changed, 0 insertions, 0 deletions