Re: [boost] BOOST_HAS_NRVO

2002-11-11 Thread David Abrahams
Daniel Frey <[EMAIL PROTECTED]> writes: > David Abrahams wrote: >> >> Daniel Frey <[EMAIL PROTECTED]> writes: >> >> > That was me, although I have no CVS write access >> >> Why don't we just fix that? What's your SourceForge UserID? > > dfrey42 > > Seems I have something to do for my 56K modem

Re: [boost] BOOST_HAS_NRVO

2002-11-11 Thread Daniel Frey
David Abrahams wrote: > > Daniel Frey <[EMAIL PROTECTED]> writes: > > > That was me, although I have no CVS write access > > Why don't we just fix that? What's your SourceForge UserID? dfrey42 Seems I have something to do for my 56K modem this evening - and I have to read some docs on CVS bran

Re: [boost] BOOST_HAS_NRVO

2002-11-11 Thread David Abrahams
Daniel Frey <[EMAIL PROTECTED]> writes: > John Maddock wrote: >> >> Can whoever added this one, please add it to the docs (as a feature macro). > > That was me, although I have no CVS write access Why don't we just fix that? What's your SourceForge UserID? -- David Abra

Re: [boost] BOOST_HAS_NRVO

2002-11-11 Thread John Maddock
>That was me, although I have no CVS write access and Dave applied the >patch. Anyway, I will prepare a patch for >http://www.boost.org/libs/config/config.htm#user_settable when I have >some time. Anything else that needs to be done? I don't think so, I'll apply the test program and some minimal d

Re: [boost] BOOST_HAS_NRVO

2002-11-11 Thread Daniel Frey
John Maddock wrote: > > Can whoever added this one, please add it to the docs (as a feature macro). That was me, although I have no CVS write access and Dave applied the patch. Anyway, I will prepare a patch for http://www.boost.org/libs/config/config.htm#user_settable when I have some time. Anyt

Re: [boost] BOOST_HAS_NRVO

2002-11-09 Thread Terje Slettebø
>From: "John Maddock" <[EMAIL PROTECTED]> > Can whoever added this one, please add it to the docs (as a feature macro). > > Is it possible to test for this? If so can a test program be supplied > please - the test program should compile and run only if the feature is > available - see one of the

[boost] BOOST_HAS_NRVO

2002-11-09 Thread John Maddock
Can whoever added this one, please add it to the docs (as a feature macro). Is it possible to test for this? If so can a test program be supplied please - the test program should compile and run only if the feature is available - see one of the boost_has_XXX.cxx files for examples. John Maddock