#3162 closed Patches (fixed)
Apparent typo in function_types/components
Reported by: | Owned by: | t_schwinger | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | function_types |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Appears to be checking for BORLANDC < 0x656 instead of BORLANDC < 0x565
Attached patch file fixes this and removes BOOST_WORKAROUND macros (so that I can compile with BOOST_DETECT_OUTDATED_WORKAROUNDS enabled)
Attachments (2)
Change History (6)
by , 13 years ago
Attachment: | components.patch added |
---|
comment:1 by , 13 years ago
It's probably better to use BOOST_WORKAROUND(BORLANDC, <= 0x565) if the workaround isn't needed for later versions.
by , 13 years ago
Attachment: | components_workaround.patch added |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch