analogdevicesinc / gr-iio

IIO blocks for GNU Radio
GNU General Public License v3.0
94 stars 62 forks source link

Fix compile error using recent versions of Boost #90

Closed IsaacJT closed 3 years ago

IsaacJT commented 3 years ago

The placeholder constant "_1" is no longer defined in this scope and should be referenced using "boost::placeholders::_1" instead.

This in particular relates to compiling on Fedora 33, where the build fails without this change.

commodo commented 3 years ago

Change looks good: can you also add your Signed-off-by tag for this?

thanks Alex

IsaacJT commented 3 years ago

Hi @commodo,

No problem - have updated the commit message.

Cheers, Isaac