Minor cleanup

This commit is contained in:
Victor Zverovich
2018-07-17 08:54:22 -07:00
parent efd8ee8a7f
commit a9e261599b
2 changed files with 4 additions and 5 deletions

View File

@@ -1102,7 +1102,7 @@ class basic_format_args {
static_cast<unsigned long long>(-signed_types);
if (index < num_args)
arg = args_[index];
return arg;;
return arg;
}
if (index > internal::max_packed_args)
return arg;