int2String() -> std::to_string()
This commit is contained in:
parent
71039becd1
commit
5c28943e8f
9 changed files with 17 additions and 24 deletions
|
|
@ -453,7 +453,7 @@ Nest::~Nest()
|
|||
|
||||
static string escVerbosity(Verbosity level)
|
||||
{
|
||||
return int2String((int) level);
|
||||
return std::to_string((int) level);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue