[libcxx-commits] [PATCH] D57354: [libc++] Fix Windows build error in include/filesystem

Tom Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 29 10:48:43 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rCXX352525: [libc++] Fix Windows build error in include/filesystem (authored by thomasanderson, committed by ).
Herald added subscribers: libcxx-commits, ldionne.

Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57354/new/

https://reviews.llvm.org/D57354

Files:
  include/filesystem


Index: include/filesystem
===================================================================
--- include/filesystem
+++ include/filesystem
@@ -1347,7 +1347,6 @@
     return __storage_->__what_.c_str();
   }
 
-  _LIBCPP_FUNC_VIS
   void __create_what(int __num_paths);
 
 private:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57354.184124.patch
Type: text/x-patch
Size: 282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190129/92002600/attachment.bin>


More information about the libcxx-commits mailing list