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=yIt seems that until we get C++0x we can't statically dispatch on all concepts.
Best Regards, Johan