Opened 14 years ago
Last modified 14 years ago
#2331 new Bugs
Boost.Parameter -- oveloading on keyword signature
Reported by: | e_r | Owned by: | Daniel Wallin |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | parameter |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | keyword signature | Cc: | watanabesj@…, dave@… |
Description
This bug was described in the users mailing list:
http://www.nabble.com/overloading-on-keyword-signature-td19503100.html
I used gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
Attachments (3)
Change History (5)
by , 14 years ago
Attachment: | par_fun.hpp added |
---|
by , 14 years ago
Attachment: | example_par_fun.h added |
---|
by , 14 years ago
Attachment: | example_par_fun.cpp added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
attached example overloads on name and type (string or int) using BOOST_PARAMETER_FUNCTION.
compiler error: call of overloaded‘boost_param_implf(<snip>)’ is ambiguous|
line number should be added to the name of this function
Note:
See TracTickets
for help on using tickets.
Adding a concise description of the actual problem to the actual ticket (rather than linked into the thread) will increase the probability that we'll deal with the issue sooner.