1
2
3
4
5
6
7
8
9
#pragma once

#include <better-enums/enum.h>

namespace kooling::datamodel {

BETTER_ENUM(platform, std::int8_t, ios, android)<--- Array index out of bounds<--- Assuming that condition 'index>=_size()' is not redundant<--- Calling function '_size' returns 2

} // namespace kooling::datamodel