« Return to Thread: Overloading on concepts

Re: Overloading on concepts

by Anthony Williams-3 :: Rate this Message:

Reply to Author | View in Thread

Johan Torp <johan.torp@...> writes:

> Anthony Williams-3 wrote:
>>
>> Does the boost concept checking library support overloading on concepts,
>> so
>> you can have one implementation of an algorithm for random access
>> iterators,
>> and another for bidirectional iterators, for example?
>>
>
> See http://www.nabble.com/forum/ViewPost.jtp?post=15220025&framed=y
>
> It seems that until we get C++0x we can't statically dispatch on all
> concepts.

Thanks, I thought as much.

Anthony
--
Anthony Williams            | Just Software Solutions Ltd
Custom Software Development | http://www.justsoftwaresolutions.co.uk
Registered in England, Company Number 5478976.
Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

 « Return to Thread: Overloading on concepts