id summary reporter owner description type status milestone component version severity resolution keywords cc 4454 iterator range output format, and for IO adaptor Akira Takahashi Neil Groves "When output Range of {1,2,3} by iterator_range_io, it becomes format : ""123"". In this format, it is difficult(or impossible) to parse. I propose, the new range format inspired by Oven : ""{1,2,3}"". This proposal is break change, but the present format wouldn't be used. Additionally, it propose identities Range Adaptor that Range adapt to iterator_range. It can be used to output a standard container easily. This was inspired by Oven, too. http://p-stade.sourceforge.net/oven/doc/html/oven/utilities.html#oven.utilities.io_hpp http://p-stade.sourceforge.net/oven/doc/html/oven/range_adaptors.html#oven.range_adaptors.identities " Feature Requests closed Boost 1.56.0 range Boost 1.44.0 Problem fixed