Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. /usr/include/c++/4.4/tr1/tuple: In constructor ‘std::tr1::_Tuple_impl<_Idx, _Head, _Tail ...>::_Tuple_impl(const std::tr1::_Tuple_impl<_Idx, _UElements ...>&) [with _UElements = , int _Idx = 4, _Head = string, _Tail = ]’:
  2. /usr/include/c++/4.4/tr1/tuple:104: instantiated from ‘std::tr1::_Tuple_impl<_Idx, _Head, _Tail ...>::_Tuple_impl(const std::tr1::_Tuple_impl<_Idx, _UElements ...>&) [with _UElements = int, int _Idx = 3, _Head = int, _Tail = string]’
  3. /usr/include/c++/4.4/tr1/tuple:104: instantiated from ‘std::tr1::_Tuple_impl<_Idx, _Head, _Tail ...>::_Tuple_impl(const std::tr1::_Tuple_impl<_Idx, _UElements ...>&) [with _UElements = string, int, int _Idx = 2, _Head = string, _Tail = int, string]’
  4. /usr/include/c++/4.4/tr1/tuple:104: instantiated from ‘std::tr1::_Tuple_impl<_Idx, _Head, _Tail ...>::_Tuple_impl(const std::tr1::_Tuple_impl<_Idx, _UElements ...>&) [with _UElements = string, string, int, int _Idx = 1, _Head = string, _Tail = string, int, string]’
  5. /usr/include/c++/4.4/tr1/tuple:104: instantiated from ‘std::tr1::_Tuple_impl<_Idx, _Head, _Tail ...>::_Tuple_impl(const std::tr1::_Tuple_impl<_Idx, _UElements ...>&) [with _UElements = int, string, string, int, int _Idx = 0, _Head = int, _Tail = string, string, int, string]’
  6. /usr/include/c++/4.4/tr1/tuple:141: instantiated from ‘std::tr1::tuple<_Elements>::tuple(const std::tr1::tuple<_UElements ...>&) [with _UElements = int, string, string, int, _Elements = int, string, string, int, string]’
  7. User.cc:109: instantiated from here
  8. /usr/include/c++/4.4/tr1/tuple:104: error: ‘const struct std::tr1::_Tuple_impl<4>’ has no member named ‘_M_tail’
  9. /usr/include/c++/4.4/tr1/tuple:104: error: ‘const struct std::tr1::_Tuple_impl<4>’ has no member named ‘_M_head’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement