[all-commits] [llvm/llvm-project] 853059: [libc++] Addresses LWG3782.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Feb 28 09:31:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 853059a15011fd8b57dd01b5189805fc8408e87f
https://github.com/llvm/llvm-project/commit/853059a15011fd8b57dd01b5189805fc8408e87f
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M libcxx/docs/Status/Cxx2bIssues.csv
A libcxx/test/libcxx/language.support/support.c.headers/support.c.headers.other/math.lerp.verify.cpp
Log Message:
-----------
[libc++] Addresses LWG3782.
3782. Should <math.h> declare ::lerp?
Libc++ doesn't declare ::lerp, adds tests to validate the requirement.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D142817
More information about the All-commits
mailing list