diff --git a/example/kalman_filter/kalman.h b/example/kalman_filter/kalman.h index 5efd0df2..86659065 100644 --- a/example/kalman_filter/kalman.h +++ b/example/kalman_filter/kalman.h @@ -263,6 +263,7 @@ class MP_UNITS_STD_FMT::formatter, Char> { } template + requires(sizeof...(Rest) > 0) OutputIt format_system_state(OutputIt out, const kalman::system_state& s, FormatContext& ctx, std::index_sequence) const {