Boost C++ Libraries: Ticket #2410: boost::date_time does not compile under Objective-C++ https://svn.boost.org/trac10/ticket/2410 <p> The problem is that add_record() in date_time/tz_db_base.hpp uses the Objective-C++ reserved word "id" as a parameter name. The simple two-line fix is to change the parameter name to something other than "id". </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2410 Trac 1.4.3 Andrey Semashev Thu, 13 Nov 2008 18:09:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2410#comment:1 https://svn.boost.org/trac10/ticket/2410#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> <p> Fixed the mentioned problem, but I don't know if there are other issues with Objective-C++. </p> Ticket