aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/stdexcepti.cc
AgeCommit message (Collapse)AuthorFilesLines
2001-02-05Remove V2 C++ library.Mark Mitchell1-21/+0
* configure.in: Remove --enable-libstdcxx_v3 support. * Makefile.in (site.exp): Always set HAVE_LIBSTDCXX_V3. * configure.in: Remove --enable-libstdcxx_v3 support. * configure: Regenerated. From-SVN: r39445
1999-07-16stdexcepti.cc (__out_of_range): Use std:: qualifier for names in std.Markus Gyger1-2/+2
* stdexcepti.cc (__out_of_range): Use std:: qualifier for names in std. (__length_error): Likewise. From-SVN: r28117
1997-10-10stdexcepti.cc (__out_of_range): New fn.Jason Merrill1-0/+13
* stdexcepti.cc (__out_of_range): New fn. (__length_error): New fn. * std/bastring.h (OUTOFRANGE): Fix logic. Use throwing functions. (LENGTHERROR): Likewise. Revert Oct 2 changes. * string: Revert Oct 2 changes. * std/{f,d,ld}complex.h: Replace guiding fns if not -ansi. From-SVN: r15885
1997-08-21Initial revisionJason Merrill1-0/+8
From-SVN: r14877