I didn't say "STL support", but "good support for STL's containers",
and what I meant was being able to use for instance a std::vector to
represent a repeatable entry.
I've seen the RepeatedPtrField<T> in the meantime, and my comments
were biased by the very good experience I've had with applying the
boost serialization library to existing code, and how well it takes to
things like shared pointers, containers, no inheritance requirements
etc. All of which doesn't have much to do with the intended usage
pattern for Protocol Buffers, but due to the serialization library's
flexibility, it's easy to overlook that.
Sorry for not being clear enough, and keep up the good work!
2008/7/9 Alkis Evlogimenos ('Αλκης Ευλογημένος) <al...@evlogimenos.com>: