Caio Oliveira
5 months ago
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
1 changed files with
0 additions and
1 deletions
-
src/dynarmic/src/dynarmic/common/assert.h
|
|
|
@ -7,7 +7,6 @@ |
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <fmt/format.h> |
|
|
|
#include <mcl/assert.hpp> |
|
|
|
|
|
|
|
[[noreturn]] void assert_terminate_impl(const char* expr_str, fmt::string_view msg, fmt::format_args args); |
|
|
|
template<typename... Ts> |
|
|
|
|