|
@@ -1350,7 +1350,7 @@ public:
|
|
|
void __create_what(int __num_paths);
|
|
|
|
|
|
private:
|
|
|
- struct _Storage {
|
|
|
+ struct _LIBCPP_HIDDEN _Storage {
|
|
|
_LIBCPP_INLINE_VISIBILITY
|
|
|
_Storage(const path& __p1, const path& __p2) : __p1_(__p1), __p2_(__p2) {}
|
|
|
|
|
@@ -1934,7 +1934,7 @@ inline _LIBCPP_INLINE_VISIBILITY path weakly_canonical(path const& __p,
|
|
|
|
|
|
class directory_iterator;
|
|
|
class recursive_directory_iterator;
|
|
|
-class __dir_stream;
|
|
|
+class _LIBCPP_HIDDEN __dir_stream;
|
|
|
|
|
|
class directory_entry {
|
|
|
typedef _VSTD_FS::path _Path;
|
|
@@ -2597,7 +2597,7 @@ private:
|
|
|
operator==(const recursive_directory_iterator&,
|
|
|
const recursive_directory_iterator&) noexcept;
|
|
|
|
|
|
- struct __shared_imp;
|
|
|
+ struct _LIBCPP_HIDDEN __shared_imp;
|
|
|
shared_ptr<__shared_imp> __imp_;
|
|
|
bool __rec_;
|
|
|
}; // class recursive_directory_iterator
|