[boost] Non-homogeneous trees manipulation library

2003-03-30 Thread Grzegorz Jakacki
Hi, I put a write-up of several ideas on generic tree manipulation library on Yahoo: http://groups.yahoo.com/group/boost/files/tree_manipulation_20030331.tgz This document is far from being complete base for library implementation, but before going further I would like to determine interest a

RE: [boost] When to use which ETI workaround?

2003-03-30 Thread Aleksey Gurtovoy
Andreas Huber wrote: > Hi Aleksey, Hi Andreas, Sorry for the late reply, got too many things on my plate. > I've stumbled over ETI again. Browsing through MPL I have found > different ways to circumvent it. In my case the following workaround > seems to be sufficient: > > template< class Stat

Re: [boost] Comeau and regression testing

2003-03-30 Thread Beman Dawes
At 06:30 PM 3/30/2003, Giovanni Bajo wrote: >is it possible to add Comeau to the automatic daily regression testing? I'm >willing to go through the bugs and prepare patches as needed to fix >compatibility with it. I've got an action item for the C++ committee meeting next week to corner Greg Co

Re: [boost] Regression logs

2003-03-30 Thread David Abrahams
Douglas Gregor <[EMAIL PROTECTED]> writes: > On Saturday 29 March 2003 09:46 am, David Abrahams wrote: >> I just returned from PyConDC 2003, where a system was described which >> will watch a CVS repository for checkins, launch new remote tests on >> any number of platforms, collect the results, a

RE: [boost] MPL::lambda on MSVC

2003-03-30 Thread Aleksey Gurtovoy
Jaap Suter wrote: > Hi, Hi Jaap, > > I apologize, but once again I'm unable to get a lambda > expression working with the MPL. > > The code works fine with the Intel and GCC compiler. On MSVC I get the > following error: > > error C2039: 'lhs_index' : is not a member of 'boost::mpl::arg'

Re: [boost] lexical_cast woes

2003-03-30 Thread Terje Slettebø
>From: "Michel André" <[EMAIL PROTECTED]> > I get the following errors when compiling with the lexical_cast version in > CVS on MSVC 7.0 do I have to enable wchar_t support on the command line or > disable it via DISABLE_WIDE_CHAR_SUPPORT or whats the solution. This problem was reported at the B

[boost] Comeau and regression testing

2003-03-30 Thread Giovanni Bajo
Hello, is it possible to add Comeau to the automatic daily regression testing? I'm willing to go through the bugs and prepare patches as needed to fix compatibility with it. Giovanni Bajo ___ Unsubscribe & other changes: http://lists.boost.org/mailman/

Re: [boost] Regression logs

2003-03-30 Thread David Abrahams
Beman Dawes <[EMAIL PROTECTED]> writes: > At 09:46 AM 3/29/2003, David Abrahams wrote: > >Beman Dawes <[EMAIL PROTECTED]> writes: > > > >> I think Alisdair's raised some good points. While I'm not sure > >> regression testers will want to put a lot of effort into back tests, I > >> think it w

Re: [boost] Regression logs

2003-03-30 Thread Douglas Gregor
On Saturday 29 March 2003 09:46 am, David Abrahams wrote: > I just returned from PyConDC 2003, where a system was described which > will watch a CVS repository for checkins, launch new remote tests on > any number of platforms, collect the results, and notify people of > failures (e.g. via mail or

Re: [boost] MPL::lambda on MSVC

2003-03-30 Thread David Abrahams
David Abrahams <[EMAIL PROTECTED]> writes: > I'm looking at it to see if I can find a way to get has_rebind to > work without instantiating T. Well, I did it, but although it passes my local tests it seems to fail for your example. I'm not sure what to tell you; the patch is below: Index: boost

Re: [boost] Regression logs

2003-03-30 Thread Beman Dawes
At 09:46 AM 3/29/2003, David Abrahams wrote: >Beman Dawes <[EMAIL PROTECTED]> writes: > >> I think Alisdair's raised some good points. While I'm not sure >> regression testers will want to put a lot of effort into back tests, I >> think it would be good if from here on out we segregated current fro

[boost] lexical_cast woes

2003-03-30 Thread Michel André
I get the following errors when compiling with the lexical_cast version in CVS on MSVC 7.0 do I have to enable wchar_t support on the command line or disable it via DISABLE_WIDE_CHAR_SUPPORT or whats the solution. I tried to read up on the new lexical_cast woes with the 1.30 release but failed to

Re: [boost] Re: MPL::lambda on MSVC

2003-03-30 Thread David Abrahams
"Jaap Suter" <[EMAIL PROTECTED]> writes: >> The error occurs on the line with the boost static constant. > > Never mind that, I changed the code after I wrote the message. > > Here's the code in hopefully better formatting. Looks to me like this code has the exact same problem. -- Dave Abrahams

Re: [boost] MPL::lambda on MSVC

2003-03-30 Thread David Abrahams
"Jaap Suter" <[EMAIL PROTECTED]> writes: > Hi, > > I apologize, but once again I'm unable to get a lambda expression working > with the MPL. > > The code works fine with the Intel and GCC compiler. On MSVC I get the > following error: > > error C2039: 'lhs_index' : is not a member of 'boost::m

[boost] Problems compiling microsec_time_clock with cygwin/gcc

2003-03-30 Thread Michel André
I get the following error when trying to compile date_time/microsec_time_clock.hpp from the current CVS with cygwin/gcc. C:/Packages/boost/work/boost/date_time/microsec_time_clock.hpp:44: parse error before `;' token + -c -Wall -ftemplate-depth-100 -g -O0 -fno-inline -I"..\..\..\libs\so

[boost] Re: MPL::lambda on MSVC

2003-03-30 Thread Jaap Suter
> The error occurs on the line with the boost static constant. Never mind that, I changed the code after I wrote the message. Here's the code in hopefully better formatting. template < size_t LhsIndex, size_t RhsIndex, int Sign > struct signature { typedef mpl::size_t< LhsIndex > lhs_index;

[boost] MPL::lambda on MSVC

2003-03-30 Thread Jaap Suter
Hi, I apologize, but once again I'm unable to get a lambda expression working with the MPL. The code works fine with the Intel and GCC compiler. On MSVC I get the following error: error C2039: 'lhs_index' : is not a member of 'boost::mpl::arg' The error occurs on the line with the boost sta

[boost] (no subject)

2003-03-30 Thread Reece Dunn
Paul A Bristow wrote: This is quite neat, and works for me using MSVC 7.0 but: Thanks. Comments always welcome. 1 The layout is screwed up by the mail attachment process and requires some editing to avoid compile errors. I have zipped the file. This should prevent the layout being modified by the

Re: [boost] How do I install boost::filesystem?

2003-03-30 Thread John Maddock
With MSVC you need to ensure that the libary build that you use is built with exactly the same run time library options as your .exe file - if that isn't the case you will see a lot of linker errors about multiply defined symbols as you found. Probably the easiest way is to just add the source fo

Re: [boost] Multithreaded Scaling Issues with regex

2003-03-30 Thread John Maddock
> Thanks for the quick response. Any chance that the revised memory > allocation is in a current beta version? It's in a cvs branch called "regex-4". Important: do not try to switch an existing cvs copy over to this branch - if you do most of boost will disappear as it's not been tagged with that

Re: [boost] request vc7-stlport support in regex libs

2003-03-30 Thread John Maddock
> I'd like to request that the Visual C++ 7.0 with STLport become a supported > configuration for the regex library. Visual C++ 6.0 with STLport is already > a supported configuration. I get the feeling many people were only using > STLport with vc6 because the bundled STL was broken, and they sw