mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-26 14:40:55 +02:00
Mark detail::assert_fail as deprecated
This commit is contained in:
@@ -43,9 +43,9 @@ FMT_FUNC void assert_fail(const char* file, int line, const char* message) {
|
|||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
// For binary compatibility.
|
// DEPRECATED!
|
||||||
FMT_FUNC void assert_fail(const char* file, int line, const char* message) {
|
FMT_FUNC void assert_fail(const char* file, int line, const char* message) {
|
||||||
::fmt::assert_fail(file, line, message);
|
fmt::assert_fail(file, line, message);
|
||||||
}
|
}
|
||||||
|
|
||||||
FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code,
|
FMT_FUNC void format_error_code(detail::buffer<char>& out, int error_code,
|
||||||
|
Reference in New Issue
Block a user