Andre Poenitz <[EMAIL PROTECTED]> writes: | > private: | > /// Our container. | > Container Container_; | > /// Our vector of container iterator. | > std::vector<iterator> ItVector_; | | I am not sure there are many precedence for capitalized member variables | in LyX code.
Our rules say "Capital letter for types, uncap for variables and functions" | > template<class It> | > RandomAccessList(It it_start, It it_end) { | | Maybe adding 'reserve' is in order. imho leave all optimizations of that kind out for now. -- Lgb