Opened 12 years ago
Closed 12 years ago
#4306 closed Bugs (fixed)
out-of-date workarounds for Sun Studio compilers (foreach)
Reported by: | Marshall Clow | Owned by: | Eric Niebler |
---|---|---|---|
Milestone: | To Be Determined | Component: | foreach |
Version: | Boost 1.43.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This was originally reported as #4129 I split this into two bugs (one/library):
"Some workarounds in BOOST code for earlier Sun Studio C++ compilers are not necessary for current releases, and actually prevent compilation. I have attached simple diffs for foreach.hpp and thread/detail/thread.hpp"
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | foreach.diff added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [62660]) remove out-of-date work-arounds for sun compilers, fixes #4306