Commit 75a50bd1 by Robert Lipe

Martin says: This makes a good namespace test case :-) we should leave it.

From-SVN: r20126
parent 7da56874
//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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment