Boost C++ Libraries: Ticket #1788: local_time::local_time_period streaming operators not implemented https://svn.boost.org/trac10/ticket/1788 <p> There are no operator&lt;&lt; and operator&gt;&gt; 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. </p> <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1788 Trac 1.4.3 Andrey Semashev Thu, 13 Nov 2008 17:43:37 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1788#comment:1 https://svn.boost.org/trac10/ticket/1788#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket