Added feedback

This commit is contained in:
dario
2024-06-15 15:10:23 +02:00
parent 231f2ea06d
commit 1d3ba48d7c
3 changed files with 17 additions and 17 deletions

View File

@@ -200,12 +200,6 @@ namespace sta
return *reinterpret_cast<T*>(buffer);
}
}
template <typename T>
T Logger<T>::operator[](std::size_t i)
{
return this->get(i);
}
} // namespace sta
#endif // STA_UTILS_LOGGER_TPP