ports/comms/gnuradio/patches/patch-gr-blocks_lib_mute_impl_cc

15 lines
315 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Build with newer Boost. From Fedora.
Index: gr-blocks/lib/mute_impl.cc
--- gr-blocks/lib/mute_impl.cc.orig
+++ gr-blocks/lib/mute_impl.cc
@@ -33,6 +33,8 @@
namespace gr {
namespace blocks {
+using namespace boost::placeholders;
+
template <class T>
typename mute_blk<T>::sptr mute_blk<T>::make(bool mute)
{