[all-commits] [llvm/llvm-project] 9c0564: [libc++][ranges] fix `std::search_n` incorrect `st...
Hui via All-commits
all-commits at lists.llvm.org
Tue Jul 19 17:25:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c0564a3a7df1c518e4f5b7eda54a84fc7e49776
https://github.com/llvm/llvm-project/commit/9c0564a3a7df1c518e4f5b7eda54a84fc7e49776
Author: Hui Xie <hui.xie1990 at gmail.com>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M libcxx/include/__algorithm/search_n.h
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n_pred.pass.cpp
Log Message:
-----------
[libc++][ranges] fix `std::search_n` incorrect `static_assert`
[libc++][ranges] fix `std::search_n` incorrect `static_assert`
see more detail in https://reviews.llvm.org/D124079?#3661721
Differential Revision: https://reviews.llvm.org/D130124
More information about the All-commits
mailing list