[all-commits] [llvm/llvm-project] 254406: [libc++] Remove C++11 work-arounds in src.
mordante via All-commits
all-commits at lists.llvm.org
Tue Feb 9 09:31:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2544060e718098c2cf736e2667ee007fbc58da50
https://github.com/llvm/llvm-project/commit/2544060e718098c2cf736e2667ee007fbc58da50
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M libcxx/src/experimental/memory_resource.cpp
M libcxx/src/filesystem/filesystem_common.h
Log Message:
-----------
[libc++] Remove C++11 work-arounds in src.
Building libcxx requires at least C++17 so remove the old work-arounds.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D96200
More information about the All-commits
mailing list