On Wed, May 16, 2007 at 11:13:48PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > >> Question: does the stl offers lexicographic comparison of > >> containers whose elements are ordered? This would just what we > >> need... > > Andre> As you can put a std::vector into a std::map there must be some > Andre> kind of comparability, but I don't remember any requirement for > Andre> a 'lexicographical' order. > > The standard says that ordering of container is lexicographic, > actually.
Lucky me passed my latest C++ test without knowing that ;-} Andre'
