Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\algorithm(1815): error C2446: '==' : no conversion from 'const char *' to 'int'
- 1> There is no context in which this conversion is possible
- 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
- 1> with
- 1> [
- 1> _FwdIt=char *,
- 1> _Ty=const char [5]
- 1> ]
- 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
- 1> with
- 1> [
- 1> _FwdIt=std::_String_iterator<char,std::char_traits<char>,std::allocator<char>>,
- 1> _Elem=char,
- 1> _Traits=std::char_traits<char>,
- 1> _Alloc=std::allocator<char>,
- 1> _Ty=const char [5]
- 1> ]
- 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]'
- 1>
- 1>Build FAILED.
Advertisement
Add Comment
Please, Sign In to add comment