Boost logo

Boost-Build :

From: Eric Niebler (eric_at_[hidden])
Date: 2004-03-08 17:15:25


David Abrahams wrote:
>
> You can detect at compile-time whether a call will yield an lvalue by
> checking to see whether the restult can bind to a T& argument, where
> T is a template parameter. See boost/iterator/is_lvalue_iterator.hpp.
>

I'm getting around to fixing the min/max lvalue return problem. Looks
like I'll need the BOOST_NO_LVALUE_RETURN_DETECTION macro, which is
currently defined in boost/iterator/detail/config_def.hpp. Any
particular reason why this was put here and not in boost/config.hpp?
Anybody opposed to my moving it there?

Also, Dave I'd like to move any_conversion_eater.hpp into boost/detail
so I can use it from boost/minmax.hpp. Any objection? Can somebody
familiar with CVS tell me how to move a file while preserving its
revision history?

Thanks.

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.com
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk