Andre Poenitz 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...

Thanks, but it's ancient history anyway. The function API is now:
        string const relative_system_support_dir();

-- 
Angus

Reply via email to