diff --git a/include/fmt/core.h b/include/fmt/core.h index b2236b33..2d3b499f 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1718,6 +1718,9 @@ template struct is_contiguous : std::false_type {}; template struct is_contiguous> : std::true_type {}; +template +struct is_contiguous> : std::true_type {}; + template struct is_contiguous> : std::true_type {};