diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2018-11-16 09:50:50 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-11-16 11:31:35 -0800 |
commit | f621c1b1d3ce1e5f4eeddc161eb3a25c48bc8a9e (patch) | |
tree | 8e76dc94bf727669ec6fc2f90c0b139e0d5c2756 /gnuradio-runtime/python/gnuradio | |
parent | 853344d67d77296ad0d32155c7f95e17609e44f5 (diff) |
runtime: fix use of boost::math::gcd and boost::integer::gcd
+ the former was augmented by the latter in Boost 1.58.0;
+ they do the same computation;
+ the former is being deprecated as of Boost 1.66.0, and recommends moving to the latter;
+ GR supports Boost 1.54.0 and newer, so we need to be able to support both APIs for now.
Diffstat (limited to 'gnuradio-runtime/python/gnuradio')
0 files changed, 0 insertions, 0 deletions