mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 19:51:34 +08:00
future (swap(packaged_task<>&, packaged_task<>&)): Fix typo in last commit.
2010-02-05 Paolo Carlini <paolo.carlini@oracle.com> * include/std/future (swap(packaged_task<>&, packaged_task<>&)): Fix typo in last commit. From-SVN: r156525
This commit is contained in:
parent
126edba2b7
commit
4e4d27aae5
@ -1,3 +1,8 @@
|
||||
2010-02-05 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/std/future (swap(packaged_task<>&, packaged_task<>&)): Fix
|
||||
typo in last commit.
|
||||
|
||||
2010-02-05 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* include/std/future (swap(packaged_task<>&, packaged_task<>&),
|
||||
|
@ -1262,7 +1262,7 @@ namespace std
|
||||
};
|
||||
|
||||
template<typename _Res, typename... _ArgTypes>
|
||||
void inline
|
||||
inline void
|
||||
swap(packaged_task<_Res(_ArgTypes...)>& __x,
|
||||
packaged_task<_Res(_ArgTypes...)>& __y)
|
||||
{ __x.swap(__y); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user