Boost logo

Boost Users :

From: MB (mb2act_at_[hidden])
Date: 2006-01-15 11:29:55


Sebastian Redl wrote:
> MB wrote:
>
>
>>A short story is:
>>
>> struct X { };
>> void f(X& x);
>> void f(const X& x);
>>
>> void test()
>> {
>> X x; {
>> // initialize x.
>> }
>>
>> f(const_(x));
>> }
>>
>>Here is the long story:
>> http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2004/n1674.pdf
>>
>>
>
> I don't see the connection. Are you looking for a way to simplify the
> code in listing 4?

Yes.
'const_' is something like an object-generator like 'make_pair'.

Regards,
MB
p-stade.sourceforge.net


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net