OSDN Git Service

2005-09-29 Chris Jefferson <chris@bubblescope.net>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Sep 2005 17:42:42 +0000 (17:42 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Sep 2005 17:42:42 +0000 (17:42 +0000)
commitc2c4436e9cf2375b3e75b46df23eda9574ae556b
tree55dc26dc919328882e2de09ee91581205e178a6b
parentde36b326151d6ef13062f1c6d68b45d95c0dcb3d
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104784 138bc75d-0d04-0410-961f-82ee72b054a4
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]