Further fixes for NO_ASSERT builds.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
479a240c6f
commit
43e612122c
@ -50,7 +50,7 @@ namespace Arbutils::Collections {
|
||||
}
|
||||
return find->second;
|
||||
#else
|
||||
return _map[key];
|
||||
return _map.at(key);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user