JobOptionSvc: use stringstream to read job options file
- Oct 25, 2023
-
-
Frank Winklmeier authored
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.
3bf2eb72
-