This patch adds <experimental/chrono> which only contains a single variable template.
See: https://rawgit.com/cplusplus/fundamentals-ts/v1/fundamentals-ts.html#time
Differential D7352
[libcxx] Add <experimental/chrono> EricWF on Feb 2 2015, 11:58 AM. Authored by
Details This patch adds <experimental/chrono> which only contains a single variable template. See: https://rawgit.com/cplusplus/fundamentals-ts/v1/fundamentals-ts.html#time
Diff Detail Event TimelineComment Actions Other than the namespace issue, this looks good.
|
I think this needs to go into std::__1::chrono
So we could write
Maybe there needs to be a macro for this; or just for the "namespace experimental { inline namespace fundamentals_v1 {`" part.