Opened 14 years ago
Closed 14 years ago
#2410 closed Bugs (fixed)
boost::date_time does not compile under Objective-C++
Reported by: | 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".
Note:
See TracTickets
for help on using tickets.
Fixed the mentioned problem, but I don't know if there are other issues with Objective-C++.