[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-dev] several plugin paths in supernova win32 -U option
> unless instead of
>
> for(path const & path1 : args.ugen_paths)
> dire += path1.string();
>
> would do
>
> for(path const & path1 : args.ugen_paths)
> dire += path1.string() + pathSeparator
>
> That would result in path1,path2,path3 and an empty string at the end :(
what about std::accumulate or simply nest the loops?
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/