nix-build: + xo.procedure2

This commit is contained in:
Roland Conybeare 2026-03-05 20:25:32 +11:00
commit 2b528f4159

View file

@ -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]);
}