[all-commits] [llvm/llvm-project] bf8683: [libc++] [docs] Mark LWG3055 as complete. Use stri...
Marek Kurdej via All-commits
all-commits at lists.llvm.org
Mon Dec 7 11:22:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf8683adfa39d53c223cf8b98fa036e835c9570e
https://github.com/llvm/llvm-project/commit/bf8683adfa39d53c223cf8b98fa036e835c9570e
Author: Marek Kurdej <marek.kurdej at gmail.com>
Date: 2020-12-07 (Mon, 07 Dec 2020)
Changed paths:
M libcxx/docs/Cxx2aStatusIssuesStatus.csv
M libcxx/include/filesystem
Log Message:
-----------
[libc++] [docs] Mark LWG3055 as complete. Use string_view instead of string in path::operator+=(ECharT).
The issue didn't change the behaviour which is tested in libcxx/test/std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp.
The change to use string_view instead of string is not strictly necessary.
<filesystem> was added in commit 998a5c88312066fcc2b2de1358edc76587611354 (Implement <filesystem>).
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D92731
More information about the All-commits
mailing list