[libc++] [docs] Mark LWG3055 as complete. Use string_view instead of string in path...
authorMarek Kurdej <marek.kurdej@gmail.com>
Mon, 7 Dec 2020 19:07:25 +0000 (20:07 +0100)
committerMarek Kurdej <marek.kurdej@gmail.com>
Mon, 7 Dec 2020 19:18:09 +0000 (20:18 +0100)
commitbf8683adfa39d53c223cf8b98fa036e835c9570e
treee18ea2d1ba42c919e8e63790e8389a351c55f215
parent32825e8636d6832007f30ae46ffbae124020ad31
[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
libcxx/docs/Cxx2aStatusIssuesStatus.csv
libcxx/include/filesystem