signed overflow warning when extracting/inserting a timepoint from/to streams
When specifying the command line options -Wstrict-overflow=4
and -O3
, extracting a timepoint (e.g. std::chrono::local_seconds
) from a stream object triggers some warnings from GCC (v14.1). Inserting a timepoint to a stream object triggers some warnings as well.