Boost C++ Libraries: Ticket #3651: Missing declaration in date time examples https://svn.boost.org/trac10/ticket/3651 <p> In <a href="http://www.boost.org/doc/libs/1_40_0/doc/html/date_time/examples/general_usage_examples.html">General Usage Examples</a>, there is <em>d3</em> object used but declaration is missing: </p> <pre class="wiki"> //input streaming std::stringstream ss("2004-Jan-1"); ss &gt;&gt; d3; </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3651 Trac 1.4.3 Katie Chan Mon, 07 Jun 2010 22:01:45 GMT attachment set https://svn.boost.org/trac10/ticket/3651 https://svn.boost.org/trac10/ticket/3651 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">usage_examples.diff</span> </li> </ul> <p> Patch to usage_examples.xml </p> Ticket Katie Chan Mon, 07 Jun 2010 22:07:31 GMT type changed; cc set https://svn.boost.org/trac10/ticket/3651#comment:1 https://svn.boost.org/trac10/ticket/3651#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">Katie Chan</span> added </li> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> <p> Those are incomplete examples, but it do helps if function name are spelled correctly and that the use of a typedef have been declared beforehand. </p> Ticket Marshall Clow Wed, 30 Mar 2011 22:22:18 GMT <link>https://svn.boost.org/trac10/ticket/3651#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3651#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/70766" title="Applied patches - Refs #3651 Refs #4845">[70766]</a>) Applied patches - Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3651" title="#3651: Patches: Missing declaration in date time examples (closed: fixed)">#3651</a> Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4845" title="#4845: Patches: end_of_month_day (closed: fixed)">#4845</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 04 Apr 2011 23:29:44 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3651#comment:3 https://svn.boost.org/trac10/ticket/3651#comment:3 <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> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/70981" title="Merge to release. Fixes #3651 Fixes #4845">[70981]</a>) Merge to release. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3651" title="#3651: Patches: Missing declaration in date time examples (closed: fixed)">#3651</a> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4845" title="#4845: Patches: end_of_month_day (closed: fixed)">#4845</a> </p> Ticket