std::chrono::duration operator<< ???
Paolo Carlini
pcarlini@gmail.com
Sat Jan 16 18:51:00 GMT 2010
Hi
> Hello. I'm using the chrono library and I want to output a
> time_duration. I can't.
>
> I think it's not planned to include operator<< in std::chrono.
I'm away from my machines, but there are only two possibilities here:
either the insertion operator is in the C++0x WP (most recent N3000)
and it's currently unimplemented, thus just be patient and asap it
will be; or isn't in the WP, either as an oversight or on purpose, not
an issue to be discussed here, in any case.
Thanks,
Paolo
More information about the Libstdc++
mailing list