Guest User

Output

a guest
Jul 31st, 2012
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. 1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\algorithm(1815): error C2446: '==' : no conversion from 'const char *' to 'int'
  2. 1> There is no context in which this conversion is possible
  3. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\algorithm(1829) : see reference to function template instantiation '_FwdIt std::_Remove<char*,const char[5]>(_FwdIt,_FwdIt,_Ty (&))' being compiled
  4. 1> with
  5. 1> [
  6. 1> _FwdIt=char *,
  7. 1> _Ty=const char [5]
  8. 1> ]
  9. 1> c:\users\timmy\documents\visual studio 2010\projects\test2\test2\test2dlg.cpp(243) : see reference to function template instantiation '_FwdIt std::remove<std::_String_iterator<_Elem,_Traits,_Alloc>,const char[5]>(_FwdIt,_FwdIt,_Ty (&))' being compiled
  10. 1> with
  11. 1> [
  12. 1> _FwdIt=std::_String_iterator<char,std::char_traits<char>,std::allocator<char>>,
  13. 1> _Elem=char,
  14. 1> _Traits=std::char_traits<char>,
  15. 1> _Alloc=std::allocator<char>,
  16. 1> _Ty=const char [5]
  17. 1> ]
  18. 1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\algorithm(1815): error C2040: '==' : 'int' differs in levels of indirection from 'const char [5]'
  19. 1>
  20. 1>Build FAILED.
Advertisement
Add Comment
Please, Sign In to add comment