Opened 14 years ago

Closed 14 years ago

#2410 closed Bugs (fixed)

boost::date_time does not compile under Objective-C++

Reported by: dave@… Owned by: az_sw_dude
Milestone: Boost 1.37.0 Component: date_time
Version: Boost 1.36.0 Severity: Problem
Keywords: Cc:

Description

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".

Change History (1)

comment:1 by Andrey Semashev, 14 years ago

Resolution: fixed
Status: newclosed

Fixed the mentioned problem, but I don't know if there are other issues with Objective-C++.

Note: See TracTickets for help on using tickets.