fix setAscii, setUnicode

This commit is contained in:
MihailRis
2024-10-01 22:06:57 +03:00
parent 024dccb135
commit 99e8764907
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -15,7 +15,6 @@ namespace util {
return dataio::le2h(*(reinterpret_cast<const T*>(src) + offset));
}
// TODO: make it safer (minimize raw temporary pointers use)
/// @brief Simple heap implementation for memory-optimal sparse array of
/// small different structures
/// @note alignment is not impemented