[libcxx] r348453 - Merging r343369:

Tom Stellard tstellar at redhat.com
Wed Dec 5 19:14:54 PST 2018


Author: tstellar
Date: Wed Dec  5 19:14:54 2018
New Revision: 348453

URL: http://llvm.org/viewvc/llvm-project?rev=348453&view=rev
Log:
Merging r343369:

------------------------------------------------------------------------
r343369 | vitalybuka | 2018-09-28 19:17:12 -0700 (Fri, 28 Sep 2018) | 1 line

[cxx2a] Fix warning triggered by r343285
------------------------------------------------------------------------

Modified:
    libcxx/branches/release_70/src/filesystem/operations.cpp

Modified: libcxx/branches/release_70/src/filesystem/operations.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/branches/release_70/src/filesystem/operations.cpp?rev=348453&r1=348452&r2=348453&view=diff
==============================================================================
--- libcxx/branches/release_70/src/filesystem/operations.cpp (original)
+++ libcxx/branches/release_70/src/filesystem/operations.cpp Wed Dec  5 19:14:54 2018
@@ -352,7 +352,6 @@ struct FileDescriptor {
 
   ~FileDescriptor() { close(); }
 
-  FileDescriptor() = default;
   FileDescriptor(FileDescriptor const&) = delete;
   FileDescriptor& operator=(FileDescriptor const&) = delete;
 




More information about the libcxx-commits mailing list