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)

par_fun.hpp (679 bytes ) - added by e_r 14 years ago.
example_par_fun.h (196 bytes ) - added by e_r 14 years ago.
example_par_fun.cpp (154 bytes ) - added by e_r 14 years ago.

Download all attachments as: .zip

Change History (5)

by e_r, 14 years ago

Attachment: par_fun.hpp added

by e_r, 14 years ago

Attachment: example_par_fun.h added

by e_r, 14 years ago

Attachment: example_par_fun.cpp added

comment:1 by Dave Abrahams, 14 years ago

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.

comment:2 by anonymous, 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.