Fixed error [#METR-21527].

This commit is contained in:
Alexey Milovidov 2016-06-08 03:49:45 +03:00
parent 7fe425f228
commit 1fdbfff503
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ void CacheDictionary::getItemsNumberImpl(
{
/// Mapping: <id> -> { all indices `i` of `ids` such that `ids[i]` = <id> }
MapType<std::vector<std::size_t>> outdated_ids;
auto & attribute_array = std::get<ContainerPtrType<OutputType>>(attribute.arrays);
auto & attribute_array = std::get<ContainerPtrType<AttributeType>>(attribute.arrays);
const auto rows = ext::size(ids);
{