Boost C++ Libraries: Ticket #130: date documentation error https://svn.boost.org/trac10/ticket/130 <pre class="wiki">I have copied-and-pasted the code from http://www.boost.org/libs/date_time/doc/exp- days_alive.html and it doesn't work, because the line "else if (days_alive &lt; " should be "else if (days_alive &lt; one_day) {" or something like this. Another ideas: Perhaps the first line should be "#define DATE_TIME_INLINE", because then I don't need to build boost as a library or it should be documented (perhaps it is already documented, but I didn't found it). And the ";" at the end of the file is not necessary. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/130 Trac 1.4.3 az_sw_dude Mon, 20 Jan 2003 00:02:24 GMT status changed https://svn.boost.org/trac10/ticket/130#comment:1 https://svn.boost.org/trac10/ticket/130#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=579686 The documentation has been updated in CVS so that it is now correct. In addition, the DATE_TIME_INLINE macro has been removed to simplify compilation. </pre> Ticket