Use find_if instead of for+break and fix possible segfault
2 unresolved threads
2 unresolved threads
Closes #142 (closed)
Merge request reports
Activity
Filter activity
changed milestone to %v34r1
added lhcb-gaudi-head label
- Resolved by Marco Clemencic
@graven, I implemented your suggestion. Do you approve?
added 1 commit
- cda96b72 - Use find_if instead of for+break and fix possible segfault
42 42 pos = pos2; 43 43 } 44 44 if ( pos != std::string::npos ) { 45 45 return std::string( &( full_name.c_str()[pos + 1] ), full_name.size() - pos - 1 ); 29 29 if ( !condition ) { 30 30 std::stringstream msg; 31 31 msg << "Conditoin Failed: " << file_name << ":" << line_no << " " << condition_string; 32 32 throw std::runtime_error( msg.str() ); with of course
#include "fmt/format.h"
somewhere at the start of the file...
- [2020-10-15 00:07] Validation started with lhcb-gaudi-head#2751
- [2020-10-15 00:09] Validation started with lhcb-run2-gaudi-head#1
Edited by Software for LHCbClose in favour of !1135 (merged)
Please register or sign in to reply