forked from sdr/gr-osmosdr
bladeRF: convert to using std instead of boost for shared_ptr
parent
038a26501c
commit
821fdb3822
|
@ -133,7 +133,7 @@ size_t num_streams(bladerf_channel_layout layout)
|
|||
* Public methods
|
||||
******************************************************************************/
|
||||
bladerf_common::bladerf_common() :
|
||||
_dev(boost::shared_ptr<struct bladerf>()),
|
||||
_dev(std::shared_ptr<struct bladerf>()),
|
||||
_pfx("[bladeRF common] "),
|
||||
_failures(0),
|
||||
_num_buffers(NUM_BUFFERS),
|
||||
|
|
Loading…
Reference in New Issue