PothosComms
PothosComms copied to clipboard
FIRDesigner multiplies is deprecated
Looked like an ominous warning
filter/FIRDesigner.cpp:462:25: warning: 'bind1st<std::__1::multiplies<std::__1::complex<double>>, double>' is deprecated [-Wdeprecated-declarations]
std::bind1st(std::multiplies<std::complex<double>>(),_gain));
Lambdas are nicer anyway.