mirror of
https://git.eden-emu.dev/eden-emu/dynarmic
synced 2026-02-04 02:41:21 +01:00
mcl: Add UNIMPLEMENTED macro
This commit is contained in:
1
externals/mcl/include/mcl/assert.hpp
vendored
1
externals/mcl/include/mcl/assert.hpp
vendored
@@ -24,6 +24,7 @@ template<typename... Ts>
|
||||
} // namespace mcl::detail
|
||||
|
||||
#define UNREACHABLE() ASSERT_FALSE("Unreachable code!")
|
||||
#define UNIMPLEMENTED() ASSERT_FALSE("Unimplemented at {}:{} ", __FILE__, __LINE__);
|
||||
|
||||
#define ASSERT(expr) \
|
||||
[&] { \
|
||||
|
||||
Reference in New Issue
Block a user