boostorg / boost

Super-project for modularized Boost
https://github.com/boostorg/wiki/wiki/Getting-Started%3A-Overview
Boost Software License 1.0
6.97k stars 1.72k forks source link

boost::math::ccmath::fminl and boost::math::ccmath::fminf not inline or constexpr #882

Open rndx21033 opened 4 months ago

rndx21033 commented 4 months ago

This results in potential multiple definition of these two functions. Affects at least 1.83.0, 1.84.0, and the develop branch.

fmin.patch.txt

sinetek commented 4 months ago

yes this is still an issue today.