mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 16:30:06 +08:00
Martin says: This makes a good namespace test case :-) we should leave it.
From-SVN: r20126
This commit is contained in:
parent
7da5687438
commit
75a50bd193
@ -1,7 +1,3 @@
|
|||||||
|
//Build don't link:
|
||||||
#include <stdexcept>
|
#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 {};
|
class X : public std::runtime_error {};
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user