Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Testing.cpp: In function ‘std::string replace_str(std::string, std::string, std::string)’:
  2. Testing.cpp:23:10: error: no match for ‘operator=’ (operand types are ‘__gnu_cxx::__normal_iterator<char*, std::basic_string<char> >’ and ‘void’)
  3. sbeg = s.insert(sbeg, newVal.cbegin(), newVal.cend());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement