Open
Description
About direct parsing, the documentation states that:
The drawback of this approach is that fully custom type representations are not supported, only the library-provided conversions are.
I wonder where this limitation stands?
I have a described struct with an std::chrono::duration
member. While I have the proper tag_invoke overloads, since there is no built-in conversion support for std::chrono, I can't use parse_into
. Is that correct?
Would it be possible to add new customization points to allow direct parsing of custom types?
Any chance to add a conversion category for date /time / duration (if that make sense)?
Metadata
Metadata
Assignees
Labels
No labels