Opened 13 years ago
Closed 13 years ago
#3535 closed Bugs (fixed)
[spirit2] regression test failure on VC10 Beta 2
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | Boost 1.42.0 | Component: | spirit |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
The Spirit 2 'rule' test is failing on MSVC2010 Beta 2 with an ambiguity between boost::addressof and std::addressof: http://tinyurl.com/yk952ro
Explicitly calling boost::addressof avoids the problem.
Attachments (1)
Change History (2)
by , 13 years ago
| Attachment: | spirit.patch added |
|---|
comment:1 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Looks like this has been fixed now.