On Mon, Jan 03, 2005 at 01:55:30PM +0100, Jean-Marc Lasgouttes wrote:
> // The list of possible directories are relative to the path of the LyX 
> binary.
> list<string> const possible_relative_system_lyxdirs()
> {
>       list<string> results;

There is not need to prefer a list<> over a vector<> when there are at
most two elements. On the contrary...

Andre'

Reply via email to