[all-commits] [llvm/llvm-project] 6d751c: [libc++] [ranges] Use "inline constexpr bool" not ...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Mon Feb 28 15:53:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d751c410d6f5400c2c26d47e5033679fbd736d6
https://github.com/llvm/llvm-project/commit/6d751c410d6f5400c2c26d47e5033679fbd736d6
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M libcxx/include/__ranges/reverse_view.h
Log Message:
-----------
[libc++] [ranges] Use "inline constexpr bool" not "constexpr bool" for helpers.
Reviewed as part of D118616.
More information about the All-commits
mailing list