Skip to content
Snippets Groups Projects
Commit 3bf2eb72 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

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
This commit is part of merge request !1509. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment