summaryrefslogtreecommitdiff
path: root/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.pointer.pass.cpp
AgeCommit message (Expand)Author
2024-01-29[libc++][test] Silence MSVC warnings (#79791)Stephan T. Lavavej
2023-12-20[libc++] Fix ability to explicitly instantiate std::midpoint (#74217)Sanjay Marreddi
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-03-14Reorg the midpoint pointer test into runtime and constexpr tests; comment out...Marshall Clow
2019-03-14Add std::midpoint for integral and poiner types. Described in P0811, reviewed...Marshall Clow