This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: std::chrono::duration operator<< ???


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]