Opened 11 years ago
Closed 11 years ago
#6372 closed Bugs (fixed)
ADL problem with at and GCC 4.4
| Reported by: | Mathias Gaunard | Owned by: | Joel de Guzman |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | fusion |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | fusion mpl adl gcc | Cc: |
Description
GCC 4.4 has some ADL bugs that make certain calls wrongly ambiguous.
In particular, at on an iterator_range of MPL integers causes an ambiguity due to an unqualified advance call.
The attached patch works around the problem.
Attachments (1)
Change History (2)
by , 11 years ago
| Attachment: | qualify_advance.diff added |
|---|
comment:1 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Patch to workaround GCC 4.4 ADL bug