Closed Ant1r closed 6 years ago
Thank you, it is wonderful having someone who is actually familiar with modern C++ taking a look at this stuff. When I last used the language, it was a bunch of rickety pre-processors that output cryptic munged C source to be fed to the regular AT&T C compiler.
My pleasure! But, hey, I'm just a pretty stubborn debugger, I wouldn't say I'm "actually familiar with modern C++", Link implementation for instance is totally opaque for me...
c_str() method was called on a temporary std::string (the addition of 2 strings), so "port" was no more valid after the call.