
7 May
2008
7 May
'08
1:59 p.m.
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?
If nobody else responds otherwise, I'm going to say "no" based on my last look at the library. For the time being, you're stuck using traits classes to accomplish concept specialization. Of course, things change so I could be completely wrong. It wouldn't be the first time :) Andrew Sutton asutton@cs.kent.edu