RE: [boost] Re: Lambda conflicts

2003-09-03 Thread Hurd, Matthew
> From: Markus Werle > Subject: [boost] Re: Lambda conflicts > > { > namespace l = boost::lambda; > > [...] l::_1 [...] > } > and lookup rules never bite Yep, that's what I do, but it never looks quite so neat ;-) > > Would be nice to solve the conflicts with boost::bind and > > lambda::b

RE: [boost] Re: Re: Re: Optional, tie, and iterator_adaptor

2003-09-02 Thread Hurd, Matthew
> From: Fernando Cacciola [mailto:[EMAIL PROTECTED] > > Mat Marcus <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > > Those who answer no to the above question may > > prefer to write code that uniformly handles T and optional. > > > I doubt such uniformity can be implemented

[boost] Lambda conflicts

2003-09-02 Thread Hurd, Matthew
Lambda's v cool but it tends not to play fair when promoted to global scope and lambda::_1 just doesn't look right ;-) Would be nice to solve the conflicts with boost::bind and lambda::bind. Also there is, at least, a conflict with _1 between spirit and lambda that has bitten me, perhaps others...

RE: [boost] date_time naming

2003-09-02 Thread Hurd, Matthew
> From: David Abrahams [mailto:[EMAIL PROTECTED] > Subject: [boost] date_time naming > > I'm just getting started with the date_time library, and I > think I'm gonna like it. I have some quibbles with the > naming choices though (shocking! me of all people!) For > example, why is the nested

RE: [boost] Re: Re: [uBlas] Any Performance Resulst Data with uBlas?

2003-08-27 Thread Hurd, Matthew
> From: Firingme [mailto:[EMAIL PROTECTED] > Where is uBlas-dev list ??? > I can't find it It is a yahoo groups thingo at: http://groups.yahoo.com/group/ublas-dev/ Check out http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Effective_UBL AS too. Cheers, Matt.

RE: [boost] Re: [uBlas] Any Performance Resulst Data with uBlas?

2003-08-27 Thread Hurd, Matthew
> -Original Message- > From: Firingme [mailto:[EMAIL PROTECTED] > Subject: [boost] Re: [uBlas] Any Performance Resulst Data with uBlas? > > > Then Matthew, refer to your graph result data, the champion > and the runner-up all are C libs but not C++ > .. Does it means

RE: [boost] Re: [uBlas] Any Performance Resulst Data with uBlas?

2003-08-26 Thread Hurd, Matthew
> From: David Abrahams [mailto:[EMAIL PROTECTED] > Subject: [boost] Re: [uBlas] Any Performance Resulst Data with uBlas? > > > "Patrick Kowalzick" <[EMAIL PROTECTED]> writes: > > > Hi Matthew, > > > > I like these statistics. Nice graphs. > > > > Did you test the block_prod compared to normal

RE: [boost] [uBlas] Any Performance Resulst Data with uBlas?

2003-08-26 Thread Hurd, Matthew
> From: Firingme [mailto:[EMAIL PROTECTED] > I'm a newbie to uBlas , but have used MTL for a long time. > Before I learned MTL, I've founded MTL's performance result > graph data on the following URL: > > http://www.osl.iu.edu/research/mtl/performance.php3 > > Now, is there any performance re

RE: [boost] Re: Release of 1.30.2 imminent

2003-08-14 Thread Hurd, Matthew
> -Original Message- > From: Fernando Cacciola [mailto:[EMAIL PROTECTED] > Note: although this library is new, google shows (to my > satisfaction) that there are already a couple of users of > Optional out there. Simple and effective. It is in a production system here. Many thanks,