4 lines
74 B
C++
4 lines
74 B
C++
#pragma once
|
|
|
|
#define bail(...) std::unexpected(std::format(__VA_ARGS__))
|
#pragma once
|
|
|
|
#define bail(...) std::unexpected(std::format(__VA_ARGS__))
|