>>>>> "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. JMarc
