Boost C++ Libraries: Ticket #3647: \boost\boost\date_time\testfrmwk.hpp https://svn.boost.org/trac10/ticket/3647 <p> int printTestStats() bool check(const std::string&amp; testname, bool testcond) </p> <p> These functions should be inline. It is not possible to call these functions in different .cpp. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3647 Trac 1.4.3 Steven Watanabe Fri, 20 Nov 2009 20:35:09 GMT component changed; owner set https://svn.boost.org/trac10/ticket/3647#comment:1 https://svn.boost.org/trac10/ticket/3647#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">az_sw_dude</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">date_time</span> </li> </ul> <p> This header is not intended to be used by anything outside the date_time tests. </p> Ticket corlay@… Fri, 20 Nov 2009 23:21:27 GMT <link>https://svn.boost.org/trac10/ticket/3647#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3647#comment:2</guid> <description> <p> Right,( I used some code from the date_time tests in a unit test solution before using boost date_time). I found it was right to report the problem anyway. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Katie Chan</dc:creator> <pubDate>Tue, 30 Nov 2010 18:38:16 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3647#comment:3 https://svn.boost.org/trac10/ticket/3647#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> Well, like it's been said, the header isn't designed for external uses outside the date_time test set. Either way, inline was added in <a class="changeset" href="https://svn.boost.org/trac10/changeset/62673" title="Added inline qualifiers. Refs. #3647. ">r62673</a>. </p> Ticket