Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Error 11 error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&' E:Program FilesMicrosoft Visual Studio 10.0VCincludeutility 246
  2.  
  3. template<class _Other1,
  4. class _Other2>
  5. std::pair(_Other1&& _Val1, _Other2&& _Val2)
  6. : _Mybase(_STD forward<_Other1>(_Val1),
  7. _STD forward<_Other2>(_Val2)) // line with error
  8. { // construct from moved values
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement