[libcxx-commits] [PATCH] D121639: [libc++] Make __dir_stream visibility declaration consistent
Dimitry Andric via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 15 11:31:12 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7ab1ab0db401: [libc++] Make __dir_stream visibility declaration consistent (authored by dim).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121639/new/
https://reviews.llvm.org/D121639
Files:
libcxx/include/__filesystem/directory_entry.h
Index: libcxx/include/__filesystem/directory_entry.h
===================================================================
--- libcxx/include/__filesystem/directory_entry.h
+++ libcxx/include/__filesystem/directory_entry.h
@@ -254,7 +254,7 @@
private:
friend class directory_iterator;
friend class recursive_directory_iterator;
- friend class __dir_stream;
+ friend class _LIBCPP_HIDDEN __dir_stream;
enum _CacheType : unsigned char {
_Empty,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121639.415521.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220315/34bd5784/attachment.bin>
More information about the libcxx-commits
mailing list