throw_allocator.h (throw_allocator_base): Avoid out of line member functions definitions.
authorPaolo Carlini <paolo.carlini@oracle.com>
Fri, 8 May 2009 00:39:28 +0000 (00:39 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 8 May 2009 00:39:28 +0000 (00:39 +0000)
commit9fcf9c24a160ff9a9ca7439470ad9c36f0a5f317
tree099093ca41c5120a81e9862ef591de41962a0204
parentc704f737f0c31f111a240e660de54e966a4eed1a
throw_allocator.h (throw_allocator_base): Avoid out of line member functions definitions.

2009-05-07  Paolo Carlini  <paolo.carlini@oracle.com>

* include/ext/throw_allocator.h (throw_allocator_base): Avoid
out of line member functions definitions.
(throw_allocator_base::_S_g, _S_map, _S_throw_prob, _S_label):
Remove, use static locals instead.
(throw_allocator_base::do_check_allocated, print_to_string): Declare.
* src/throw_allocator.cc: New.
* src/Makefile.am: Add.
* config/abi/pre/gnu.ver: Add exports.
* src/Makefile.in: Regenerate.

From-SVN: r147264
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/include/ext/throw_allocator.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/throw_allocator.cc [new file with mode: 0644]