From 093e2a47808a1e241498d0a606997107c6a674fd Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 18 Nov 2017 09:16:35 -0800 Subject: [PATCH] Improve error handling --- include/fmt/format.h | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 74b78cda..49a8a27d 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2243,10 +2243,11 @@ class specs_checker : public Handler { internal::type arg_type_; }; -template