]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Martin says: This makes a good namespace test case :-) we should leave it.
authorRobert Lipe <robertl@gcc.gnu.org>
Thu, 28 May 1998 23:04:32 +0000 (23:04 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Thu, 28 May 1998 23:04:32 +0000 (23:04 +0000)
From-SVN: r20126

gcc/testsuite/g++.old-deja/g++.robertl/eb124.C

index 7fbb311699f3d77e826ffd70a3566518cc2b9314..c9c7395b5de43226cda3955827c475cbc439425f 100644 (file)
@@ -1,7 +1,3 @@
+//Build don't link:
 #include <stdexcept>
-#if WORK_AROUND
-typedef std::runtime_error std_runtime_error;
-class X : public std_runtime_error {};
-#else
 class X : public std::runtime_error {};
-#endif