tuple_iterate.h (tuple::operator=(const std::pair<>&)): Add missing return.
2005-10-01 Kenny Simpson <theonetruekenny@yahoo.com> * include/tr1/tuple_iterate.h (tuple::operator=(const std::pair<>&)): Add missing return. From-SVN: r104851
This commit is contained in:
parent
e8ec07e1ec
commit
cc6312c1e8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-01 Kenny Simpson <theonetruekenny@yahoo.com>
|
||||
|
||||
* include/tr1/tuple_iterate.h (tuple::operator=(const std::pair<>&)):
|
||||
Add missing return.
|
||||
|
||||
2005-09-30 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
PR libstdc++/24064
|
||||
|
|
|
@ -64,6 +64,7 @@ template<_GLIBCXX_TEMPLATE_PARAMS>
|
|||
{
|
||||
_M_arg1 = __u.first;
|
||||
_M_arg2 = __u.second;
|
||||
return *this;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue