mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 19:34:29 +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>
|
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,
|
OutputIt format_system_state(OutputIt out, const kalman::system_state<QPs...>& s, FormatContext& ctx,
|
||||||
std::index_sequence<Idx, Rest...>) const
|
std::index_sequence<Idx, Rest...>) const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user