mirror of
https://github.com/boostorg/math.git
synced 2026-01-27 07:02:08 +00:00
Fixed bug in quadrature::exp_sinh, which caused it to fail to compile when used with a complex valued integrand over a non-native range. This was due to the lambdas perfoming the change of variables to shift onto the native range requiring the return type to be Real, rather than using the type infered from the integrand.