Re: remove boost stuff

2016-06-07 Thread Jean-Marc Lasgouttes
Le 07/06/2016 08:54, Jean-Marc Lasgouttes a écrit : Le 05/06/2016 01:01, Guillaume Munch a écrit : 4-11. Replace Boost features with std equivalents when possible. The result is more consistency across plaforms and fewer dependencies on Boost. More details down below. For your reading convenienc

Re: Remove BOOST

2008-06-06 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > Do we actively use 1.34 features? I seem to remember that the code had to be adapted between the two versions... Anyway, I do not think that keeping boost in 1.6 corsts us a lot. We can see what happens in the 1.7 timeframe. JMarc

Re: Remove BOOST (was Re: Patch to remove hardcoded Header file locations)

2008-06-05 Thread Andre Poenitz
On Tue, Jun 03, 2008 at 04:05:06PM +0200, Pavel Sanda wrote: > Abdelrazak Younes wrote: > > By the way, I think we should also remove boost from our source and just > > say that we depend on boost >= 1.34.0 which is already one year old. I > > checked the svn logs and we have no internal patch ap

Re: Remove BOOST

2008-06-03 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > By the way, I think we should also remove boost from our source and > just say that we depend on boost >= 1.34.0 which is already one year > old. I checked the svn logs and we have no internal patch applied > since boost was upgraded, only some compi

Re: Remove BOOST (was Re: Patch to remove hardcoded Header file locations)

2008-06-03 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdelrazak Younes wrote: By the way, I think we should also remove boost from our source and just say that we depend on boost >= 1.34.0 which is already one year old. I checked the svn logs and we have no internal patch applied since boost was upgraded, only some compiler

Re: Remove BOOST (was Re: Patch to remove hardcoded Header file locations)

2008-06-03 Thread Pavel Sanda
Abdelrazak Younes wrote: > By the way, I think we should also remove boost from our source and just > say that we depend on boost >= 1.34.0 which is already one year old. I > checked the svn logs and we have no internal patch applied since boost was > upgraded, only some compiler warning fixes.