Opened 13 years ago
Closed 13 years ago
#3764 closed Patches (fixed)
Support for Symbian S60 (winscw compiler)
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | regex |
Version: | Boost 1.41.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
winscw can't resolve types for std::min / max functions. There is no implicit conversion from int constant to ptrdiff_t. I added explicit conversion (e.g. static_cast<std::ptrdiff>(10))
Attachments (3)
Change History (5)
by , 13 years ago
Attachment: | basic_regex_parser.diff added |
---|
by , 13 years ago
Attachment: | basic_regex_parser.2.diff added |
---|
comment:1 by , 13 years ago
by , 13 years ago
Attachment: | basic_regex_parser.3.diff added |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Sorry, first time was a wrong .diff