Opened 12 years ago
Closed 12 years ago
#5053 closed Patches (fixed)
program_options does not compile under iOS
| Reported by: | Owned by: | Vladimir Prus | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | program_options |
| Version: | Boost 1.45.0 | Severity: | Problem |
| Keywords: | iPhone, iOS, environ | Cc: |
Description
On line 48 of parsers.cpp (rev. 67766) the include for crt_externs.h generates a compiler error because that file is missing from the iOS SDKs.
Attachments (1)
Change History (3)
by , 12 years ago
| Attachment: | parsers.cpp.patch added |
|---|
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Patch