------- Comment #17 from redi at gcc dot gnu dot org 2010-04-19 16:15 -------
(In reply to comment #16)
>
> template<class _T1, class _T2>
> inline pair<typename __decay_and_strip<_T1>::__type,
> typename __decay_and_strip<_T2>::__type>
> make_pair(const typename identity<_T1>::type& __x,
> const typename identity<_T2>::type&& __y)
^^
should be a single &-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43785
