gr-osmosdr/lib/rfspace
Clayton Smith e5bee0820f Replace BOOST_FOREACH with range-based for loops
Range-based for loops are available since C++11. Using them reduces
gr-osmosdr's dependence on Boost. Here I've done the replacement using a
global search-and-replace.

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2020-11-01 00:04:27 +01:00
..
CMakeLists.txt build: Update build system to GR 3.8 standards 2020-02-16 09:52:00 +01:00
rfspace_source_c.cc Replace BOOST_FOREACH with range-based for loops 2020-11-01 00:04:27 +01:00
rfspace_source_c.h A lot of Boost functionality is available in C++11. Since GNU Radio is moving away from Boost, it probably makes sense to do so in gr-osmosdr as well. 2020-08-02 23:52:25 +02:00