Cleanup format API

This commit is contained in:
Victor Zverovich
2024-09-22 15:52:55 -07:00
parent 9282222b7d
commit 891c9a73ae
3 changed files with 47 additions and 51 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ void detail::format_windows_error(detail::buffer<char>& out, int error_code,
}
void report_windows_error(int error_code, const char* message) noexcept {
report_error(detail::format_windows_error, error_code, message);
do_report_error(detail::format_windows_error, error_code, message);
}
#endif // _WIN32