Talk:cpp/io/basic ostream/operator ltlt2
From cppreference.com
< Talk:cpp | io | basic ostream
For all these deleted overloads, would it be acceptable to replace all the return types with auto? I don't think the return types could possibly matter, and it would be nice if those declarations didn't need to wrap --Ybab321 (talk) 05:02, 8 November 2021 (PST)
- it's not the worst wrapping we have, and with 'auto' I am sure someone will come back to re-edit it like in the spec. Maybe just reflow to move the return type to its own line, like
| template< class Traits > basic_ostream<char,Traits>& |
||