This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: eb fix 4


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

This has been committed.

Thank you.
RJL


> 
> Martin
> 
> Index: eb124.C
> ===================================================================
> RCS file: /egcs/carton/cvsfiles/egcs/gcc/testsuite/g++.old-deja/g++.robertl/eb124.C,v
> retrieving revision 1.1
> diff -c -p -r1.1 eb124.C
> *** eb124.C	1998/05/27 23:00:35	1.1
> --- eb124.C	1998/05/28 19:13:56
> ***************
> *** 1,7 ****
>   #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
> --- 1,3 ----
> + //Build don't link:
>   #include <stdexcept>
>   class X : public std::runtime_error {};

-- 
Robert Lipe       http://www.dgii.com/people/robertl       robertl@dgii.com
              (WEB ADDRESS MAY BE TEMPORARILY UNAVAILABLE)




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]