On Tue, May 15, 2007 at 11:17:21PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> The canonical solution wold look like the following (completely > Andre> untested!) > > Question: does the stl offers lexicographic comparison of containers > whose elements are ordered? This would just what we need...
As you can put a std::vector into a std::map there must be some kind of comparability, but I don't remember any requirement for a 'lexicographical' order. Andre'
