We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15855ca commit 85c7749Copy full SHA for 85c7749
1 file changed
include/ipfixprobe/outputPlugin/outputStorage/outputStorage.hpp
@@ -28,10 +28,10 @@ constexpr std::size_t remap(const std::size_t index) noexcept
28
/*if (index > std::numeric_limits<uint16_t>::max()) {
29
throw std::runtime_error("ZZZz");
30
}*/
31
- // return index;
+ return index;
32
// return index * 27644437;
33
// return ~index;
34
- return std::byteswap(index);
+ // return std::byteswap(index);
35
}
36
37
template<typename ElementType>
0 commit comments