nix-build: + xo.procedure2
This commit is contained in:
parent
e2b239dfb9
commit
2b528f4159
1 changed files with 2 additions and 1 deletions
|
|
@ -39,9 +39,10 @@ namespace xo {
|
|||
DDictionary::at_index(size_type ix) const
|
||||
{
|
||||
if (ix < keys_->size()) {
|
||||
#ifndef NDEBUG
|
||||
auto key_str = obj<AGCObject,DString>::from((*keys_)[ix]);
|
||||
|
||||
assert(key_str);
|
||||
#endif
|
||||
|
||||
return pair_type(this->key_at_index(ix), (*values_)[ix]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue