]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/25_algorithms/replace_copy_if/check_type.cc
mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 25_algorithms / replace_copy_if / check_type.cc
index 6191abb0ee378a0753c291d3a0be43d594c7fd2b..f95e2b9c8b15cdd6ed6c6d184fd3773bb4956f88 100644 (file)
@@ -34,11 +34,11 @@ struct Z
 {
   Z&
   operator=(const X&)
-  { }
+  { return *this; }
 
   Z&
   operator=(const Y&)
-  { }
+  { return *this; }
 };
 
 bool