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

[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

[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::argN' The error occurs on the line with the boost

[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] 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

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::mpl::argN'

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 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 from past

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_rebindT 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:

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] 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 would be good if

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

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::argN' It's

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, and

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

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 State

[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