Compare commits
1 commit
cbc81d43e2
...
33ad8ff253
Author | SHA1 | Date | |
---|---|---|---|
33ad8ff253 |
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <fmt/format.h>
|
#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);
|
[[noreturn]] void assert_terminate_impl(const char* expr_str, fmt::string_view msg, fmt::format_args args);
|
||||||
template<typename... Ts>
|
template<typename... Ts>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue