19#ifndef ORES_PLATFORM_UNREACHABLE_HPP
20#define ORES_PLATFORM_UNREACHABLE_HPP
41 __builtin_unreachable();
Platform abstraction layer for ORE Studio.
Definition environment.hpp:26
void unreachable()
Marks a code path as unreachable.
Definition unreachable.hpp:37