Can anyone explain me why on that c++ simple code valgrind returns this.
First problem is with boost:regex. When i use subpattern with a question mark (for optional matching) valgrind will return:
Source and destination overlap in memcpy (line 8)
Second problem is with std::string::erase.
I have no idea what am i doing wrong.