4#ifndef TETL_UTILITY_UNREACHABLE_HPP
5#define TETL_UTILITY_UNREACHABLE_HPP
7#include <etl/_config/all.hpp>
13#if defined(_MSC_VER) and not defined(__clang__)
16 __builtin_unreachable();
Definition adjacent_find.hpp:9
auto unreachable() -> void
Definition unreachable.hpp:11