mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 10:27:16 +02:00
fix: format_system_state
ambiguity fixed on apple-clang
This commit is contained in:
@ -263,6 +263,7 @@ class MP_UNITS_STD_FMT::formatter<kalman::system_state<QPs...>, Char> {
|
||||
}
|
||||
|
||||
template<typename OutputIt, typename FormatContext, std::size_t Idx, std::size_t... Rest>
|
||||
requires(sizeof...(Rest) > 0)
|
||||
OutputIt format_system_state(OutputIt out, const kalman::system_state<QPs...>& s, FormatContext& ctx,
|
||||
std::index_sequence<Idx, Rest...>) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user