Код: Выделить всё
std::size_t operator()(const OpenXLSX::XLCellValue& value) const noexcept
{
return std::hash {}(value.m_value);
}
Код: Выделить всё
std::size_t operator()(const OpenXLSX::XLCellValue& value) const noexcept
{
return std::hash {}(value.m_value);
}
Код: Выделить всё
error: use of deleted function 'std::hash::hash()'
Подробнее здесь: https://stackoverflow.com/questions/790 ... ent-on-c14
Мобильная версия