Skip to content

Commit dbabd39

Browse files
author
Daniel Kroening
committed
use std::to_string
1 parent 658e062 commit dbabd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/path-symex/path_symex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ void path_symext::function_call_rec(
792792

793793
symbolt symbol;
794794
symbol.name=id;
795-
symbol.base_name="va_arg"+i2string(va_count);
795+
symbol.base_name="va_arg"+std::to_string(va_count);
796796
symbol.type=rhs.type();
797797

798798
va_count++;

0 commit comments

Comments
 (0)