[all-commits] [llvm/llvm-project] c00df5: [libc++] add global variable template std::views::...
huixie1990 via All-commits
all-commits at lists.llvm.org
Tue Apr 5 09:18:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c00df57b86441a94578fe1deca70e538b6b74483
https://github.com/llvm/llvm-project/commit/c00df57b86441a94578fe1deca70e538b6b74483
Author: Hui Xie <hui.xie1990 at gmail.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M libcxx/include/__ranges/empty_view.h
M libcxx/include/ranges
A libcxx/test/std/ranges/range.adaptors/range.empty/views.empty.pass.cpp
Log Message:
-----------
[libc++] add global variable template std::views::empty
[libc++] add global variable template std::views::empty
Note it is neither a range adaptor, nor a CPO. It is simplify a global variable template.
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D122996
More information about the All-commits
mailing list