aboutsummaryrefslogtreecommitdiff
path: root/src/common/Base.cpp
blob: b6d39fef1b3c750d961094402739bbb7c73301c2 (plain)
1
2
3
4
5
6
7
#include "cru/common/Base.h"

#include <stdexcept>

namespace cru {
void UnreachableCode() { std::terminate(); }
}  // namespace cru