RE: [boost] Re: 1.30.0->1.30.2: no more thread support for Linux?

2003-08-28 Thread Geurt Vos
> On Thu, 2003-08-28 at 09:00, Geurt Vos wrote: > > > > > > > [ this is about whether single or multi ] > > > > [ should be the default jam option for building boost. Single ] > > > > [ is currently the default ] > > > > > >

RE: [boost] 1.30.0->1.30.2: no more thread support for Linux?

2003-08-22 Thread Geurt Vos
> > > boost-1.30.2, SuSE Linux 8.2, GCC-3.3: > > > > an #include results in > > #error Thread support not available! > > > > It seems that since 1.30.2 on Linux it is > > disabled by default, correct? why? > > > > gcc.hpp reads: > > > > #if [...] !defined(linux) && !define(__linux) && !define(__

RE: [boost] 1.30.0->1.30.2: no more thread support for Linux?

2003-08-22 Thread Geurt Vos
> > > boost-1.30.2, SuSE Linux 8.2, GCC-3.3: > > > > an #include results in > > #error Thread support not available! > > > > It seems that since 1.30.2 on Linux it is > > disabled by default, correct? why? > > > > gcc.hpp reads: > > > > #if [...] !defined(linux) && !define(__linux) && !define(__

RE: [boost] 1.30.0-b1: filesystem::path::swap

2003-03-12 Thread Geurt Vos
> >Hi, > >Is there any reason boost::filesystem::path doesn't > >provide a swap(path &) function? If there is, I think > >the docs should explain why, but if there isn't, well, > >can it still be implemented before 1.30.0 goes gold? > > Let me turn the question around and ask what your > ex

[boost] 1.30.0-b1: path::swap

2003-03-10 Thread Geurt Vos
Hi, Is there any reason boost::filesystem::path doesn't provide a swap(path &) function? If there is, I think the docs should explain why, but if there isn't, well, can it still be implemented before 1.30.0 goes gold? Geurt ___ Unsubscribe & other chan

[boost] 1.30.0b1 thread.hpp bug

2003-03-10 Thread Geurt Vos
Just downloaded the 1.30.0-beta1 zip. There boost/thread.hpp is slightly wrong. Line 16 reads: #include but should be: #include Geurt ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost