This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog its/c++config.h.in tl/bi ...
- To: libstdc++-cvs@sourceware.cygnus.com
- Subject: libstdc++/ /ChangeLog its/c++config.h.in tl/bi ...
- From: bkoz@sourceware.cygnus.com
- Date: 9 Sep 1999 04:40:35 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@egcs.cygnus.com 99/09/08 21:40:35
Modified files:
. : ChangeLog
bits : c++config.h.in
stl/bits : stl_range_errors.h stl_config.h
src : stdexcept.cc
Log message:
1999-09-08 Benjamin Kosnik <bkoz@milou.cygnus.com>
* bits/c++config.h.in: Add emacs hints.
* stl/bits/stl_range_errors.h: Don't define here, for now define
in stdexcept.cc along with string inlines __length_error, etc.
* src/stdexcept.cc: Define here.
* stl/bits/stl_config.h (__STL_CAN_THROW_RANGE_ERRORS): Enable, so
at(size_t) will be declared/defined.
(__STL_THREADS): Fix mess surrounding use of this, enable.