[libcxx-commits] [PATCH] D80456: [libc++] [LWG3201] Update status page: lerp should be marked noexcept.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 25 11:14:50 PDT 2020


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

In D80456#2051547 <https://reviews.llvm.org/D80456#2051547>, @curdeius wrote:

> I have a small doubt. Should `<cmath>` include `lerp` in its synopsis? It's currently missing. I can add it in this patch if needed.


Please add it, I think it was just forgotten when `lerp` was added.

Feel free to commit with that fix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80456





More information about the libcxx-commits mailing list