1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-05-04 08:24:11 +00:00
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
..
2018-04-05 21:04:01 +02:00
2018-03-03 02:03:39 +01:00
2018-04-05 20:31:53 +02:00
2018-04-03 23:45:06 +02:00
2018-04-03 15:37:26 +02:00
2018-03-28 08:35:33 +02:00
2018-04-06 09:39:11 +02:00
2018-04-06 10:48:10 +02:00