This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Your recent patch
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: Your recent patch
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- Date: 08 Feb 2001 23:24:49 +0100
- Cc: gdr at codesourcery dot com, libstdc++ at gcc dot gnu dot org
- Organization: CodeSourcery, LLC
- References: <200102082156.NAA01473@haight.constant.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
| Hey Gaby.
|
| can you make sure
|
| /include/bits/std_except.h
| /src/stdexcept.cc
|
| are both up-to-date? It sounds like one of them is out-of-sync.
CVS reports they are up-to-date.
merlin% cvs -z9 status std_stdexcept.h
===================================================================
File: std_stdexcept.h Status: Up-to-date
Working revision: 1.3
Repository revision: 1.3
/cvs/gcc/egcs/libstdc++-v3/include/bits/std_stdexcept.h,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
merlin% cvs -z9 status stdexcept.cc
===================================================================
File: stdexcept.cc Status: Up-to-date
Working revision: 1.2
Repository revision: 1.2
/cvs/gcc/egcs/libstdc++-v3/src/stdexcept.cc,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
-- Gaby