Boost C++ Libraries: Ticket #1933: special_values not found when compiling date_time/time.hpp https://svn.boost.org/trac10/ticket/1933 <p> When compiling (msvc v9.0, macosx g++ 4.0) a source file with </p> <p> #include "boost/date_time/time.hpp" </p> <p> included, the compiler produces an error in file "time.hpp": the data type "special_type" is not known. Resolution: include file </p> <p> #include "boost/date_time/special_defs.hpp" </p> <p> into time.hpp to resolve the dependency or apply the patch (attached) which does just that. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1933 Trac 1.4.3 Thomas.Lemm@… Mon, 19 May 2008 19:04:03 GMT attachment set https://svn.boost.org/trac10/ticket/1933 https://svn.boost.org/trac10/ticket/1933 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">include_special_defs.path</span> </li> </ul> Ticket Thomas.Lemm@… Mon, 19 May 2008 19:16:53 GMT <link>https://svn.boost.org/trac10/ticket/1933#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1933#comment:1</guid> <description> <p> Argh! Forgot to place in correct component which is: date_time. Cannot do that after submitting .... </p> <p> Please assign to component: date_time </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 19 May 2008 20:32:45 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/1933#comment:2 https://svn.boost.org/trac10/ticket/1933#comment:2 <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> Ticket Andrey Semashev Thu, 13 Nov 2008 18:06:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1933#comment:3 https://svn.boost.org/trac10/ticket/1933#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> Ticket