]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/23978 (tr1::tie doesn't work with std::pair)
authorChris Jefferson <chris@bubblescope.net>
Thu, 29 Sep 2005 17:42:42 +0000 (17:42 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 29 Sep 2005 17:42:42 +0000 (17:42 +0000)
commit2bd8e92c33aabe2b9a8fbda04c5f15ba8ae21aec
tree55dc26dc919328882e2de09ee91581205e178a6b
parent2cff1b3e09c146bd185b297f7611f0b8b3d30809
re PR libstdc++/23978 (tr1::tie doesn't work with std::pair)

2005-09-29  Chris Jefferson <chris@bubblescope.net>

PR libstdc++/23978
* include/tr1/functional (ref, cref): Make inline.
* include/tr1/tuple_iterate.h (tuple): Add operator=(std::pair).
(tie): Correct formatting.
(make_tuple): Make inline.
* testsuite/tr1/6_containers/tuple/creation_functions/23978.cc: New.

From-SVN: r104784
libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1/functional
libstdc++-v3/include/tr1/tuple_iterate.h
libstdc++-v3/testsuite/tr1/6_containers/tuple/creation_functions/23978.cc [new file with mode: 0644]