Opened 9 years ago
Closed 9 years ago
#9184 closed Bugs (fixed)
ambiguous call to overloaded function "tie"
| Reported by: | Owned by: | Jeremiah Willcock | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | graph |
| Version: | Boost 1.54.0 | Severity: | Problem |
| Keywords: | graph tie function overload | Cc: |
Description
Hi,
I'm currently trying out the Boost Graph Library (BGL) in Boost version 1.54.0, following the code as written in the tutorial section. I have reached the section "Accessing the Edge Set", where I copied the code and tried to compile it in VS2010. However, I received an error saying that there is ambiguous function overloading.
Attached is the build debug log I get from VS2010.
Can you please take a look into it?
Thanks for your help :)
Cheers, Anugerah
Attachments (1)
Change History (2)
by , 9 years ago
| Attachment: | boost graph tie function overload debug log.txt added |
|---|
comment:1 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Boost graph tie function overload debug log