diff options
author | Johannes Demel <johannes@demels.de> | 2018-03-02 22:06:58 +0100 |
---|---|---|
committer | Marcus Müller <marcus.mueller@ettus.com> | 2018-03-04 18:02:40 +0100 |
commit | 9ae5d4cd3da84ce7e5a0c2abe7fec1ff8d229ae8 (patch) | |
tree | 177625b85d242b663afe1c9afe076277b0267444 /gr-vocoder/python/vocoder/qa_ulaw_vocoder.py | |
parent | cbd03b4f2e2ebab1ec3bdca02854d7f2491b8a1d (diff) |
purge boost/math/special_functions/erf.hpp
`boost/math/special_functions/erf.hpp` causes compile errors. Also, it
is only used for two functions `erf` and `erfc`. Both functions are
available in `cmath`. Including this boost header back in 2012 might
have fixed an issue, but now it causes huge trouble. A 1500+ line
compile error with:
/usr/include/boost/math/special_functions/detail/erf_inv.hpp:355:50: error: invalid suffix Q on floating constant
boost::math::erfc_inv(static_cast<T>(BOOST_MATH_BIG_CONSTANT(T, 64, 1e-900)), Policy());
Diffstat (limited to 'gr-vocoder/python/vocoder/qa_ulaw_vocoder.py')
0 files changed, 0 insertions, 0 deletions