[all-commits] [llvm/llvm-project] d54427: [libc++][ranges] Fixes as_rvalue's linkage.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue May 2 08:56:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5442761f9442a23ce235b749388a52ee5ed1fae
https://github.com/llvm/llvm-project/commit/d5442761f9442a23ce235b749388a52ee5ed1fae
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-05-02 (Tue, 02 May 2023)
Changed paths:
M libcxx/include/__ranges/as_rvalue_view.h
Log Message:
-----------
[libc++][ranges] Fixes as_rvalue's linkage.
This was discovered while working on modules. They can't export
declarations with internal linkage.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D149593
More information about the All-commits
mailing list