30 Sep
2020
30 Sep
'20
9:25 a.m.
On 9/30/20 12:37 AM, Fletcher, John P via Boost wrote:
Peter
It would be nice if it also supported
for_each(a.begin(), a.end(), std::cout << _1 << ' ');
For just outputting ranges I would suggest using range_manip: std::cout << boost::log::range_manip(a, ' '); https://www.boost.org/doc/libs/1_74_0/libs/log/doc/html/log/detailed/utiliti... But, as I mentioned before, having operators << and >> would be useful in other contexts.