Skip to content

Commit 85c7749

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 15855ca commit 85c7749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/ipfixprobe/outputPlugin/outputStorage/outputStorage.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ constexpr std::size_t remap(const std::size_t index) noexcept
2828
/*if (index > std::numeric_limits<uint16_t>::max()) {
2929
throw std::runtime_error("ZZZz");
3030
}*/
31-
// return index;
31+
return index;
3232
// return index * 27644437;
3333
// return ~index;
34-
return std::byteswap(index);
34+
// return std::byteswap(index);
3535
}
3636

3737
template<typename ElementType>

0 commit comments

Comments
 (0)