Opened 15 years ago

Closed 14 years ago

#1788 closed Bugs (fixed)

local_time::local_time_period streaming operators not implemented

Reported by: andysem@… Owned by: az_sw_dude
Milestone: Boost 1.36.0 Component: date_time
Version: Boost 1.35.0 Severity: Problem
Keywords: date_time local_time_period stream Cc:

Description

There are no operator<< and operator>> defined for the local_time_period class. Considering that there are such operators for other time period types, it looks like local_time_period was simply forgotten in this regard.

My current solution now is to copy-paste these operators from posix_time into my local code and change the appropriate names of classes and namespaces.

Change History (1)

comment:1 by Andrey Semashev, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.