You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like formatter<arg_join<Iter>> derives from formatter<Iter::value_type> which is not defined using operator<< by default anymore (in ostream) due to the changes in #952. So I have to roll my own. The old behavior is moved to internal::fallback_formatter.
As #952 (comment) suggests, probably it's better to add a trait to enable the old stream formatter by default. It would also make join() more useful as it should be.
This used to work.
Now it produces the following errors:
The text was updated successfully, but these errors were encountered: