Skip to content

Commit

Permalink
boost: qualify placeholders with their full namespace
Browse files Browse the repository at this point in the history
From: Martin Hauke <mardnh@gmx.de>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  • Loading branch information
smunaut committed Sep 21, 2020
1 parent 6c95766 commit f56d917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fix_cc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ iqbalance::fix_cc::fix_cc(float mag, float phase)
{
message_port_register_in(pmt::mp("iqbal_corr"));
set_msg_handler(pmt::mp("iqbal_corr"),
boost::bind(&iqbalance::fix_cc::apply_new_corrections, this, _1));
boost::bind(&iqbalance::fix_cc::apply_new_corrections, this, boost::placeholders::_1));
}


Expand Down

0 comments on commit f56d917

Please sign in to comment.