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
This commit is part of merge request !1509. Comments created here will be created in the context of that merge request.
Loading
Please register or sign in to comment