« Return to Thread: Overloading on concepts

Re: Overloading on concepts

by Johan Torp :: Rate this Message:

Reply to Author | View in Thread

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.

Best Regards, Johan

 « Return to Thread: Overloading on concepts