constexpr bool operator==(const month_weekday& x, const month_weekday& y) noexcept;
template<class charT, class traits> basic_ostream<charT, traits>& operator<<(basic_ostream<charT, traits>& os, const month_weekday& mwd);
return os << format(os.getloc(), STATICALLY-WIDEN<charT>("{}/{}"), mwd.month(), mwd.weekday_indexed());