Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Support for std::time types #62

Open
samuknet opened this issue Sep 6, 2016 · 1 comment
Open

Support for std::time types #62

samuknet opened this issue Sep 6, 2016 · 1 comment

Comments

@samuknet
Copy link

samuknet commented Sep 6, 2016

Add support for std::time types e.g. Duration, Instant.

@jdm
Copy link
Member

jdm commented Sep 6, 2016

I think we've been limiting the types from std that we support to those that are expected to contain significant heap allocations, like Vec, HashMap, etc., since they involve either making educated guesses or duplicating the internal details of the type. I would not expect the std::time types to fall in that category.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants