Opened 11 years ago
Closed 9 years ago
#6086 closed Patches (wontfix)
Remove OpenBSD workaround for Boost.Functional/Hash
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | To Be Determined | Component: | hash |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
OpenBSD has full long double support so remove the workaround with Boost.Functional/Hash.
Attachments (1)
Change History (7)
by , 11 years ago
Attachment: | patch-boost_functional_hash_detail_limits_hpp added |
---|
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Milestone: | Boost 1.48.0 → To Be Determined |
---|
comment:3 by , 10 years ago
It is not realistic to worry about such old OpenBSD releases. OpenBSD back then uses gcc 3.3.5. If anyone wants modern Boost they can upgrade to a release that is even supported.
comment:6 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
That should preferably be done based on platform version. Can you let me know what
__OpenBSD__
andBSD
are defined as?Also, have you run all the hash tests with your patch? Is there anything which is actually broken without the patch?