Advertisement
mahmoodn

vs-icc

May 9th, 2015
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 8.16 KB | None | 0 0
  1. ------ Build started: Project: sequitur, Configuration: Debug Win32 ------
  2.   main.cpp
  3. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\utility(155): error : no instance of constructor "jw::SymbolWrapper::SymbolWrapper" matches the argument list
  4.               argument types are: (jw::SymbolWrapper)
  5.             : first(_STD forward<_Other1>(_Right.first)),
  6.                    ^
  7.             detected during:
  8.               instantiation of "std::pair<_Ty1, _Ty2>::pair(std::pair<_Other1, _Other2> &&) [with _Ty1=jw::SymbolWrapper, _Ty2=jw::SymbolWrapper, _Other1=jw::SymbolWrapper, _Other2=jw::SymbolWrapper, <unnamed>=void]" at line 142
  9.               instantiation of "std::pair<_Ty1, _Ty2>::pair(_Other1 &&, _Other2 &&) [with _Ty1=const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, _Ty2=jw::Symbol *, _Other1=std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, _Other2=jw::Symbol *&, <unnamed>=void]" at line 600 of "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0"
  10.               instantiation of "void std::allocator<_Ty>::construct(_Objty *, _Types &&...) [with _Ty=std::_List_node<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, void *>, _Objty=std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, _Types=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 723 of "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0"
  11.               instantiation of "void std::allocator_traits<std::allocator<_Ty>>::construct(std::allocator_traits<std::allocator<_Ty>>::_Alloc &, _Objty *, _Types &&...) [with _Ty=std::_List_node<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, void *>, _Objty=std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, _Types=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 872 of "C:\Program Files (x86)\Microsoft Visual
  12.                        Studio 12.0\VC\include\xmemory0"
  13.               instantiation of "void std::_Wrap_alloc<_Alloc>::construct(_Ty *, _Types &&...) [with _Alloc=std::allocator<std::_List_node<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, void *>>, _Ty=std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, _Types=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 835 of "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\list"
  14.               [ 2 instantiation contexts not shown ]
  15.               instantiation of "void std::list<_Ty, _Alloc>::emplace_front(_Valty &&...) [with _Ty=std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, _Alloc=std::allocator<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>>, _Valty=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 394 of "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xhash"
  16.               instantiation of "std::_Hash<_Traits>::_Pairib std::_Hash<_Traits>::emplace(_Valty &&...) [with _Traits=std::_Umap_traits<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *, std::_Uhash_compare<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, std::hash<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>>, std::equal_to<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>>>, std::allocator<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>>, 0>,
  17.                        _Valty=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 284 of "..\..\..\..\..\Desktop\cpp-sequitur-master\sequitur.hpp"
  18.               instantiation of "jw::Symbol *jw::Sequitur<Type>::findAndAddDigram(jw::Symbol *) [with Type=char]" at line 253 of "..\..\..\..\..\Desktop\cpp-sequitur-master\sequitur.hpp"
  19.               instantiation of "void jw::Sequitur<Type>::linkMade(jw::Symbol *) [with Type=char]" at line 226 of "..\..\..\..\..\Desktop\cpp-sequitur-master\sequitur.hpp"
  20.               instantiation of "void jw::Sequitur<Type>::push_back(Type) [with Type=char]" at line 42 of "..\..\..\..\..\Desktop\cpp-sequitur-master\main.cpp"
  21.  
  22. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\utility(156): error : no instance of constructor "jw::SymbolWrapper::SymbolWrapper" matches the argument list
  23.               argument types are: (jw::SymbolWrapper)
  24.                 second(_STD forward<_Other2>(_Right.second))
  25.                       ^
  26.             detected during:
  27.               instantiation of "std::pair<_Ty1, _Ty2>::pair(std::pair<_Other1, _Other2> &&) [with _Ty1=jw::SymbolWrapper, _Ty2=jw::SymbolWrapper, _Other1=jw::SymbolWrapper, _Other2=jw::SymbolWrapper, <unnamed>=void]" at line 142
  28.               instantiation of "std::pair<_Ty1, _Ty2>::pair(_Other1 &&, _Other2 &&) [with _Ty1=const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, _Ty2=jw::Symbol *, _Other1=std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, _Other2=jw::Symbol *&, <unnamed>=void]" at line 600 of "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0"
  29.               instantiation of "void std::allocator<_Ty>::construct(_Objty *, _Types &&...) [with _Ty=std::_List_node<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, void *>, _Objty=std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, _Types=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 723 of "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0"
  30.               instantiation of "void std::allocator_traits<std::allocator<_Ty>>::construct(std::allocator_traits<std::allocator<_Ty>>::_Alloc &, _Objty *, _Types &&...) [with _Ty=std::_List_node<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, void *>, _Objty=std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, _Types=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 872 of "C:\Program Files (x86)\Microsoft Visual
  31.                        Studio 12.0\VC\include\xmemory0"
  32.               instantiation of "void std::_Wrap_alloc<_Alloc>::construct(_Ty *, _Types &&...) [with _Alloc=std::allocator<std::_List_node<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, void *>>, _Ty=std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, _Types=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 835 of "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\list"
  33.               [ 2 instantiation contexts not shown ]
  34.               instantiation of "void std::list<_Ty, _Alloc>::emplace_front(_Valty &&...) [with _Ty=std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>, _Alloc=std::allocator<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>>, _Valty=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 394 of "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xhash"
  35.               instantiation of "std::_Hash<_Traits>::_Pairib std::_Hash<_Traits>::emplace(_Valty &&...) [with _Traits=std::_Umap_traits<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *, std::_Uhash_compare<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, std::hash<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>>, std::equal_to<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>>>, std::allocator<std::pair<const std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *>>, 0>,
  36.                        _Valty=<std::pair<jw::SymbolWrapper, jw::SymbolWrapper>, jw::Symbol *&>]" at line 284 of "..\..\..\..\..\Desktop\cpp-sequitur-master\sequitur.hpp"
  37.               instantiation of "jw::Symbol *jw::Sequitur<Type>::findAndAddDigram(jw::Symbol *) [with Type=char]" at line 253 of "..\..\..\..\..\Desktop\cpp-sequitur-master\sequitur.hpp"
  38.               instantiation of "void jw::Sequitur<Type>::linkMade(jw::Symbol *) [with Type=char]" at line 226 of "..\..\..\..\..\Desktop\cpp-sequitur-master\sequitur.hpp"
  39.               instantiation of "void jw::Sequitur<Type>::push_back(Type) [with Type=char]" at line 42 of "..\..\..\..\..\Desktop\cpp-sequitur-master\main.cpp"
  40.  
  41.   compilation aborted for ..\..\..\..\..\Desktop\cpp-sequitur-master\main.cpp (code 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement