std::put_time implementation status in GCC?

See TODO extended iomanip manipulators std::get_time and std::put_time for gcc 4.8.0.

See also Cross Platform way to get the time of day? claiming that is not implemented in 4.7.0.


UPDATE: As the gcc developer Jonathan Wakely confirmed below: The std::get_time and std::put_time manipulators are still missing in gcc 4.9.


UPDATE: Jonathan Wakely closed this ticket on 22 Dec, 2014:

Fixed for GCC 5

Thanks simonwo for letting me know about it.

Leave a Comment