When the vector row_data goes out of scope, I get a memory access reading violation thrown from the std::string class. I don't really know whats going on. Any help is appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a vector declared like so.
delim_list is a custom class that encapsulates a vector of std::strings.
The vector gets filled like so.
When the vector row_data goes out of scope, I get a memory access reading violation thrown from the std::string class. I don't really know whats going on. Any help is appreciated.