JobOptionSvc: use stringstream to read job options file
The current method of reading the input file leads to undefined behavior errors in the ATLAS debug build. Use `std::stringstream` instead, which is also supposedly faster. Also rewrite `GetLastLineAndColumn` to not read the file twice.
parent
a8e9986c
No related branches found
No related tags found
Loading
Please register or sign in to comment