Boost C++ Libraries: Ticket #11619: Chrono V2 IO - format tags 'unsupported'? https://svn.boost.org/trac10/ticket/11619 <p> <a href="http://www.boost.org/doc/libs/1_59_0/doc/html/chrono/reference.html#chrono.reference.io.ios_state_hpp.sag.set_time_fmt">http://www.boost.org/doc/libs/1_59_0/doc/html/chrono/reference.html#chrono.reference.io.ios_state_hpp.sag.set_time_fmt</a> </p> <p> table 6.3 on the page linked above describes format tags to be used with IO. Several are listed as unsupported. There is no explanation of what 'unsupported' means. Does it mean a format string with one of those tags will cause an exception? Will the format tag be ignored? Will the entire format string fail to work? Will interation over the string stop before or after the 'unsupported' tag? More explanation would be helpful here. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11619 Trac 1.4.3 viboes Fri, 04 Sep 2015 22:01:32 GMT <link>https://svn.boost.org/trac10/ticket/11619#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11619#comment:1</guid> <description> <p> In <a href="http://www.boost.org/doc/libs/1_59_0/doc/html/chrono.html">http://www.boost.org/doc/libs/1_59_0/doc/html/chrono.html</a> you can find the reference to the recomendation on which these tags arebased. </p> <p> " </p> <blockquote> <p> system_clock::time_point I/O is proposed in terms of UTC timepoints, strongly guided by ISO 9899:1999, Programming languages - C, ISO 9945:2003, Information Technology - Portable Operating System Interface (POSIX) and ISO 8601:2004, Data elements and interchange formats - Information interchange - Representation of dates and times. </p> </blockquote> <p> " </p> <p> By not supported I mean that it is not a valid tag and so it will result on an error (std::ios_base::failbit) as any standard IO operation does. It works as the std::time_get facet. It could add this if this is of any help to you. I expected that the user was aware of how standard IO facilities work. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Fri, 11 Sep 2015 17:02:24 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/11619#comment:2 https://svn.boost.org/trac10/ticket/11619#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket