Opened 15 years ago
Closed 15 years ago
#1712 closed Feature Requests (fixed)
vc9/SunPro ADL bug deserves macro
| Reported by: | Dave Abrahams | Owned by: | John Maddock |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | config |
| Version: | Boost 1.34.1 | Severity: | Problem |
| Keywords: | Cc: |
Description
Some versions of the SunPro compiler and VC9 have an identical bug. Please see http://svn.boost.org/trac/boost/changeset/43845
It might be a good idea to capture that in a single mnemonic macro in the config library instead of sprinkling these BOOST_WORKAROUND thingies all over.
Change History (3)
comment:1 by , 15 years ago
| Status: | new → assigned |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Added new config macro BOOST_NO_ADL_BARRIER in Trunk revision: http://svn.boost.org/trac/boost/changeset/43914
I wasn't sure what Sunpro versions to apply this to, so ping me (or change the sunpro_cc.hpp yourself) if version 0x590 also needs this workaround.
Very strange bug BTW!
John.

Dave what's the bug: do you have a test case?
Thanks John.