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;