Indiana Unversity logo[ConceptGCC]

ConceptGCC :

Re: Overload resolution bug calling associated non-member functions with ConceptGCC-BoostCon

From: Tom Honermann (tom.honermann_at_[hidden])
Date: 2007-06-20 01:11:21


Douglas Gregor wrote:

>Tom Honermann wrote:
>
>
>>Compiling the following code with conceptgcc-boostcon on Linux/x86
>>results in this error message:
>>
>> file.cpp: In function 'int Action(const color_type&) [with
>> color_type = color]':
>> file.cpp:25: instantiated from here
>> file.cpp:21: error: no matching function for call to 'tint(const
>> color&)'
>> file.cpp:5: note: candidates are: int&
>> Color<color_type>::tint(color_type&)
>> file.cpp:4: note: int
>> Color<color_type>::tint(const color_type&)
>>
>>
>That's a strange error that I've not seen before. Yes, please open a
>ticket for it. Thanks!
>
>
Ticket #59 submitted.

> - Doug
>_______________________________________________
>ConceptGCC mailing list
>ConceptGCC_at_[hidden]
>http://www.osl.iu.edu/mailman/listinfo.cgi/conceptgcc
>
>