From d231d68a8bb1129e8c5a6f1fe657175f74507907 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 9 Feb 2019 07:36:09 -0800 Subject: [PATCH] Fix handling of custom context --- include/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/format b/include/format index a7a63d64..20b4b815 100644 --- a/include/format +++ b/include/format @@ -273,7 +273,7 @@ namespace std { explicit basic_format_arg(const T* p) noexcept; // exposition only template && is_default_constructible_v>>> + !Integral && is_default_constructible_v>>> explicit basic_format_arg(const T& v) noexcept; // exposition only explicit operator bool() const noexcept;