Re: boost version

2008-02-24 Thread Stefan Schimanski
On Sun, Feb 24, 2008 at 12:56:40PM +0100, Stefan Schimanski wrote: Random access is linear with sets. QCompleter needs this, and even in the case of sorted completions (where a binary search is possible) it will search the first element matching a prefix which is O(log n)*O(n) operation the

Re: boost version

2008-02-24 Thread Stefan Schimanski
Am 24.02.2008 um 13:18 schrieb Andre Poenitz: On Sun, Feb 24, 2008 at 12:56:40PM +0100, Stefan Schimanski wrote: Random access is linear with sets. QCompleter needs this, and even in the case of sorted completions (where a binary search is possible) it will search the first element matching

Re: boost version

2008-02-24 Thread Andre Poenitz
On Sun, Feb 24, 2008 at 12:56:40PM +0100, Stefan Schimanski wrote: > Random access is linear with sets. QCompleter needs this, and even in the > case of sorted completions (where a binary search is possible) it will > search the first element matching a prefix which is O(log n)*O(n) operation >

Re: boost version

2008-02-24 Thread Stefan Schimanski
Am 24.02.2008 um 12:50 schrieb Andre Poenitz: On Sun, Feb 24, 2008 at 11:52:04AM +0100, Stefan Schimanski wrote: Am 24.02.2008 um 11:14 schrieb Andre Poenitz: On Sat, Feb 23, 2008 at 11:33:18PM +0100, Stefan Schimanski wrote: Hi! I would like to use the multi_index classes from the boost

Re: boost version

2008-02-24 Thread Andre Poenitz
On Sun, Feb 24, 2008 at 11:52:04AM +0100, Stefan Schimanski wrote: > > Am 24.02.2008 um 11:14 schrieb Andre Poenitz: > >> On Sat, Feb 23, 2008 at 11:33:18PM +0100, Stefan Schimanski wrote: >>> Hi! >>> >>> I would like to use the multi_index classes from the boost library. >>> Unfortunately this is

Re: boost version

2008-02-24 Thread Stefan Schimanski
Am 24.02.2008 um 11:14 schrieb Andre Poenitz: On Sat, Feb 23, 2008 at 11:33:18PM +0100, Stefan Schimanski wrote: Hi! I would like to use the multi_index classes from the boost library. Unfortunately this is not in the boost version we have in svn. Is it just old or do we have only a select

Re: boost version

2008-02-24 Thread Andre Poenitz
On Sat, Feb 23, 2008 at 11:33:18PM +0100, Stefan Schimanski wrote: > Hi! > > I would like to use the multi_index classes from the boost library. > Unfortunately this is not in the boost version we have in svn. Is it just > old or do we have only a selection of boost modules? We only bundle those

Re: boost version

2008-02-23 Thread Angus Leeming
Stefan Schimanski wrote: Hi! I would like to use the multi_index classes from the boost library. Unfortunately this is not in the boost version we have in svn. Is it just old or do we have only a selection of boost modules? Only those libraries that are actually used by LyX. While you're ad