id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12772,Interval streaming does not work for std::wstring,gast128@…,Joachim Faulhaber,"Stream operators for intervals only work for std::string, e.g. the following code gives a compilation error: {{{ void Test() { typedef boost::icl::interval_set IntervalSet; IntervalSet setSimple; setSimple.add(1).add(3); for (const IntervalSet::value_type& r : setSimple) { std::wstringstream wsstr; wsstr << r; } } }}} ",Feature Requests,new,To Be Determined,ICL,Boost 1.63.0,Optimization,,,