1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 20:50:33 +00:00
gnss-sdr/src/algorithms
Carles Fernandez fc34bb4d98 Get rid of gr::random so it can be compiled with c++17
The error was:

In file included from
/Users/carlesfernandez/git/cttc/src/algorithms/signal_generator/gnuradio_blocks/signal_generator_c.cc:31:
In file included from
/Users/carlesfernandez/git/cttc/src/algorithms/signal_generator/gnuradio_blocks/signal_generator_c.h:36:
In file included from /opt/local/include/gnuradio/random.h:30:
In file included from /opt/local/include/boost/random.hpp:83:
/opt/local/include/boost/random/uniform_on_sphere.hpp:229:37: error: no
member named 'bind2nd' in namespace 'std'
        std::bind2nd(std::multiplies<RealType>(), 1/sqrt(sqsum)));
                               ~~~~~^
1 error generated.
2018-04-07 14:15:48 +02:00
..
acquisition Initialize missing parameter 2018-04-05 21:04:01 +02:00
channel Apply automated code formatting 2018-03-03 02:03:39 +01:00
conditioner Apply automated code formatting 2018-03-03 02:03:39 +01:00
data_type_adapter Apply automated code formatting 2018-03-03 02:03:39 +01:00
input_filter Fix typos detected by codespell 2018-03-25 19:47:28 +02:00
libs CMake fix 2018-04-05 20:31:53 +02:00
observables Reorder headers 2018-04-03 23:45:06 +02:00
PVT Minor change 2018-04-03 15:37:26 +02:00
resampler Fix building in Pybombs 2018-03-28 08:35:33 +02:00
signal_generator Get rid of gr::random so it can be compiled with c++17 2018-04-07 14:15:48 +02:00
signal_source Avoid warning 2018-04-06 09:39:11 +02:00
telemetry_decoder Merge branch 'next' into observables_and_display_color 2018-04-03 11:01:59 +02:00
tracking Fix bug 2018-04-06 10:48:10 +02:00
CMakeLists.txt Removing the unused Output_filter block from the gnss_sdr flowgraph 2016-04-06 16:12:06 +02:00