|
// TRANSITION, ABI: This should be superseded by the CRT's lgamma(). |
The TRANSITION, ABI comment has been present since the initial commit. However, it doesn't seem ABI-breaking to switch to use UCRT's lgamma (and its f, l variants).
Can we switch to use lgamma? Or, if not, should this comment be more detailed?
STL/stl/src/xlgamma.cpp
Line 6 in 7841cf8
The
TRANSITION, ABIcomment has been present since the initial commit. However, it doesn't seem ABI-breaking to switch to use UCRT'slgamma(and itsf,lvariants).Can we switch to use
lgamma? Or, if not, should this comment be more detailed?