[libcxx-commits] [libcxx] r357511 - [libc++][NFC] Remove useless public: label at the end of class

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 2 12:11:23 PDT 2019


Author: ldionne
Date: Tue Apr  2 12:11:22 2019
New Revision: 357511

URL: http://llvm.org/viewvc/llvm-project?rev=357511&view=rev
Log:
[libc++][NFC] Remove useless public: label at the end of class

Modified:
    libcxx/trunk/include/istream

Modified: libcxx/trunk/include/istream
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/istream?rev=357511&r1=357510&r2=357511&view=diff
==============================================================================
--- libcxx/trunk/include/istream (original)
+++ libcxx/trunk/include/istream Tue Apr  2 12:11:22 2019
@@ -1297,7 +1297,6 @@ protected:
     inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1
     void swap(basic_iostream& __rhs)
     { basic_istream<char_type, traits_type>::swap(__rhs); }
-public:
 };
 
 #ifndef _LIBCPP_CXX03_LANG




More information about the libcxx-commits mailing list