We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f687ac4 commit 5a0cc0dCopy full SHA for 5a0cc0d
src/goto-programs/graphml_witness.cpp
@@ -415,7 +415,7 @@ void graphml_witnesst::operator()(const symex_target_equationt &equation)
415
416
const graphmlt::node_indext node=graphml.add_node();
417
graphml[node].node_name=
418
- i2string(it->source.pc->location_number)+"."+i2string(step_nr);
+ std::to_string(it->source.pc->location_number)+"."+std::to_string(step_nr);
419
graphml[node].file=source_location.get_file();
420
graphml[node].line=source_location.get_line();
421
graphml[node].thread_nr=it->source.thread_nr;
0 commit comments