+1
-2
@@ -543,8 +543,7 @@ inline dynamic& dynamic::at(dynamic const& idx) {
|
||||
return (*parray)[idx.asInt()];
|
||||
}
|
||||
|
||||
auto* pobj = get_nothrow<ObjectImpl>();
|
||||
assert(pobj);
|
||||
assert(get_nothrow<ObjectImpl>());
|
||||
auto it = find(idx);
|
||||
if (it == items().end()) {
|
||||
throw std::out_of_range(to<std::string>(
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário