4192922c74
2011-01-06 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/47185 * src/placeholders.cc: New. * src/Makefile.am: Adjust. * src/Makefile.in: Regenerate. * include/std/functional (placeholders::_1, _2, ..., _29): Declare extern. * config/abi/pre/gnu.ver: Export. From-SVN: r168536
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
2011-01-06 Paolo Carlini <paolo.carlini@oracle.com>
|
||
|
||
PR libstdc++/47185
|
||
* src/placeholders.cc: New.
|
||
* src/Makefile.am: Adjust.
|
||
* src/Makefile.in: Regenerate.
|
||
* include/std/functional (placeholders::_1, _2, ..., _29): Declare
|
||
extern.
|
||
* config/abi/pre/gnu.ver: Export.
|
||
|
||
2011-01-05 François Dumont <francois.cppdevs@free.fr>
|
||
|
||
* include/debug/safe_base.h (_Safe_iterator_base::_M_unlink): New.
|
||
* include/src/debug.cc: Use latter
|
||
* include/debug/forward_list (forward_list<>::_M_swap): Fix to
|
||
correctly handle before_begin iterators.
|
||
* testsuite/23_containers/forward_list/debug/swap.cc: Remove now
|
||
useless _GLIBCXX_DEBUG checks.
|
||
|
||
2011-01-04 Kai Tietz <kai.tietz@onevision.com>
|
||
|
||
PR libstdc++/47145
|
||
* configure.ac (AC_CHECK_FILE): Replaced by test -f.
|
||
* configure: Regenerated.
|
||
|
||
2011-01-03 Paolo Carlini <paolo.carlini@oracle.com>
|
||
|
||
PR libstdc++/46922
|
||
* config/abi/pre/gnu.ver: Export std::bad_function_call symbols.
|
||
|
||
|
||
Copyright (C) 2011 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|