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
1 merge request!1509JobOptionSvc: use stringstream to read job options file
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