OSDN Git Service

Martin says: This makes a good namespace test case :-) we should leave it.
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 May 1998 23:04:32 +0000 (23:04 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 May 1998 23:04:32 +0000 (23:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20126 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7fbb311..c9c7395 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