codecvt_specializations.h: Change #ifdef _GLIBCXX_RESOLVE_LIB_DEFECTS to a comment.
[gcc.git] / libstdc++-v3 / include / std / std_streambuf.h
index dc43db0bddf4d404d7a3bd69ea0a3e198fa603e1..e8a4992e21dc2347e58a212014de494853acdfab 100644 (file)
@@ -764,14 +764,13 @@ namespace std
       }
 #endif
 
-#ifdef _GLIBCXX_RESOLVE_LIB_DEFECTS
+    // _GLIBCXX_RESOLVE_LIB_DEFECTS
     // Side effect of DR 50. 
     private:
       basic_streambuf(const __streambuf_type&) { }; 
 
       __streambuf_type& 
       operator=(const __streambuf_type&) { return *this; };
-#endif
     };
 } // namespace std