mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Use API identical to std classes where possible
This commit is contained in:
@@ -116,7 +116,7 @@ void JsonComparer::checkEqualJson(const JsonVector & actual, const JsonVector &
|
||||
|
||||
for(size_t idx = 0; idx < sz; idx ++)
|
||||
{
|
||||
auto guard = pushName(boost::to_string(idx));
|
||||
auto guard = pushName(std::to_string(idx));
|
||||
|
||||
checkEqualJson(actual.at(idx), expected.at(idx));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user