13#include <spdlog/fmt/bundled/ostream.h>
14#include <spdlog/fmt/bundled/ranges.h>
31 requires std::derived_from<T, Eigen::DenseBase<T>>
32struct fmt::is_range<T, char> : std::false_type
32struct fmt::is_range<T, char> : std::false_type {
…};
37 requires std::derived_from<T, Eigen::DenseBase<T>>
38struct fmt::formatter<T> : fmt::ostream_formatter
40 auto format(T
const& value, fmt::format_context& ctx)
const
42 return fmt::ostream_formatter::format(
40 auto format(T
const& value, fmt::format_context& ctx)
const {
…}
38struct fmt::formatter<T> : fmt::ostream_formatter {
…};