diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2009-05-22 01:32:49 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2009-05-22 01:32:49 +0000 |
commit | aaf19a5069395558dc84ebd1e05415d08a4b8347 (patch) | |
tree | d01b3644f02e54912b4bf96ab1449e2d1c3279c3 /libstdc++-v3 | |
parent | e2792913bd05564861383c3934b9a327703f6db2 (diff) | |
download | gcc-aaf19a5069395558dc84ebd1e05415d08a4b8347.tar.gz |
re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc execution test)
2009-05-21 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/40094
Revert:
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: r147789
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/src/throw_allocator.cc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libstdc++-v3/src/throw_allocator.cc b/libstdc++-v3/src/throw_allocator.cc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/libstdc++-v3/src/throw_allocator.cc +++ /dev/null |