Opened 7 years ago
Last modified 7 years ago
#11619 assigned Support Requests
Chrono V2 IO - format tags 'unsupported'?
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | To Be Determined | Component: | chrono |
Version: | Boost 1.59.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
In http://www.boost.org/doc/libs/1_59_0/doc/html/chrono.html you can find the reference to the recomendation on which these tags arebased.
"
"
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.