[libcxx-commits] [PATCH] D142806: [libc++] Implement P0226R1 (Mathematical Special Functions)

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 10 18:17:28 PST 2023


ldionne added a comment.

In D142806#4119692 <https://reviews.llvm.org/D142806#4119692>, @lattner wrote:

> I'm not familiar with the std::from_chars example, but GoogleBenchmarks is not part of the "shipped" libc++ product, it is an internal implementation detail.
>
> The licensing is definitely the big issue.  If that is resolved we can explore whether it makes sense architecturally to have something like this as part of third party.  I'm personally very concerned about that (for reasons described upthread) but I'm not an active contributor to the subproject. We should widen the discussion to more people to explore the tradeoffs to see if people think it is significant.

That sounds reasonable to me. In that case, I’ll get the ball rolling with the Boost folks on relicensing, and if that goes somewhere, I will post a RFC on Discourse explaining the proposed plan so that folks can chime in. Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142806/new/

https://reviews.llvm.org/D142806



More information about the libcxx-commits mailing list