diff --git a/include/fmt/core.h b/include/fmt/core.h index 184d039f..5824dee8 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1695,7 +1695,8 @@ template class basic_format_args { template constexpr FMT_INLINE basic_format_args( const format_arg_store& store) - : basic_format_args(store.desc, store.data_.args()) {} + : basic_format_args(format_arg_store::desc, + store.data_.args()) {} /** \rst