Add a lightweight header for the core API

This commit is contained in:
Victor Zverovich
2017-12-06 07:42:42 -08:00
parent 3aaa25fa70
commit 94edb1a71c
12 changed files with 1057 additions and 1042 deletions
+4
View File
@@ -405,6 +405,10 @@ void basic_fixed_buffer<Char>::grow(std::size_t) {
FMT_THROW(std::runtime_error("buffer overflow"));
}
void internal::error_handler::on_error(const char *message) {
FMT_THROW(format_error(message));
}
FMT_FUNC void report_system_error(
int error_code, fmt::string_view message) FMT_NOEXCEPT {
// 'fmt::' is for bcc32.